Skip to content

Commit

Permalink
Fix typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Jul 13, 2020
1 parent 838e89b commit a6e865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-respec.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Download latest ReSpec
run: wget https://www.w3.org/Tools/respec/respec-w3c.js -O respec-w3c-common.js
- name: Find respec version
run: echo "::set-env name=RESPEC_VERSION::$(cat respec-w3c-common.js | head -1 | cut -d '\"' -f 2"
run: echo "::set-env name=RESPEC_VERSION::$(cat respec-w3c-common.js | head -1 | cut -d '\"' -f 2)"
- uses: peter-evans/create-pull-request@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a6e865f

Please sign in to comment.