diff options
author | Josh Chen | 2020-07-17 11:12:00 +0200 |
---|---|---|
committer | Josh Chen | 2020-07-17 11:12:00 +0200 |
commit | 00463d770fd738749c092829e3b49e4f7d25f75e (patch) | |
tree | 50a898b3b06beead3c020b59d823ff79781a86b6 | |
parent | 9eb4aeb3c2cfeb9bba05e7cf34976946a4d29677 (diff) |
looks like descriptions not allowed in workflow job yaml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 415afd1..36b01ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: push jobs: build: name: build ROOT - description: "Build repository ROOT file" runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 |