Skip to content

Commit

Permalink
Ensure respec upgrade are managed separately for each respec version
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Jul 6, 2020
1 parent 9867a2a commit bd9e586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-respec.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v2
- 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"
- uses: peter-evans/create-pull-request@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -21,3 +23,4 @@ jobs:
assignees: dontcallmedom
draft: true
labels: Editorial
branch: respec-${{ env.RESPEC_VERSION }}

0 comments on commit bd9e586

Please sign in to comment.