Skip to content

Commit 6be775a

Browse files
committed
Revert "Use the base branch SHA for GitHub action."
This reverts commit 3e6773b.
1 parent 3e6773b commit 6be775a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ jobs:
99
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v2
12-
with:
13-
ref: "${{ github.event.pull_request.base.sha }}"
1412
- uses: w3c/spec-prod@v2
1513
with:
1614
GH_PAGES_BRANCH: gh-pages
1715
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
1816
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html
1917
W3C_BUILD_OVERRIDE: |
20-
specStatus: CRD
18+
specStatus: CRD

0 commit comments

Comments
 (0)