Well the YAML was *syntactically* valid....

This commit is contained in:
2021-01-28 02:33:49 +00:00
parent cde46cc8e4
commit d109ee231f

View File

@@ -9,7 +9,6 @@ on:
jobs: jobs:
build: build:
if: "!contains(github.event.head_commit.message, '[ci skip]')" if: "!contains(github.event.head_commit.message, '[ci skip]')"
needs: dependencies
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest runs-on: ubuntu-latest