We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c08237 commit 7638547Copy full SHA for 7638547
.github/workflows/lighthouse-badger.yml
@@ -47,12 +47,12 @@ jobs:
47
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
48
env:
49
REPO_BRANCH: ${{ env.REPO_BRANCH }}
50
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
51
with:
52
repository: ${{ env.REPOSITORY }}
53
token: ${{ secrets[github.event.inputs.token_name] || secrets[env.TOKEN_NAME] }}
54
ref: ${{ env.BRANCH }}
55
56
57
repository: "myactionway/lighthouse-badges"
58
path: temp_lighthouse_badges_nested
0 commit comments