Skip to content

Commit dda3f91

Browse files
committed
Use latest version of showyourwork Github Action
1 parent 1605b3c commit dda3f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: build
1919
with:
2020
showyourwork-spec: git+https://github.com/showyourwork/showyourwork
21-
uses: showyourwork/showyourwork-action@v1
21+
uses: showyourwork/showyourwork-action@main
2222
env:
2323
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
2424
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: build
1919
with:
2020
showyourwork-spec: git+https://github.com/showyourwork/showyourwork
21-
uses: showyourwork/showyourwork-action@v1
21+
uses: showyourwork/showyourwork-action@main
2222
env:
2323
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
2424
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}

0 commit comments

Comments
 (0)