Skip to content

Commit

Permalink
Revert "Use the base branch SHA for GitHub action."
Browse files Browse the repository at this point in the history
This reverts commit 3e6773b.
  • Loading branch information
mfoltzgoogle committed Jan 19, 2023
1 parent 3e6773b commit 6be775a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: "${{ github.event.pull_request.base.sha }}"
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html
W3C_BUILD_OVERRIDE: |
specStatus: CRD
specStatus: CRD

0 comments on commit 6be775a

Please sign in to comment.