We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e49ced commit 9943894Copy full SHA for 9943894
1 file changed
.github/workflows/main_workflow.yml
@@ -33,7 +33,7 @@ jobs:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34
- name: Coveralls
35
if: ${{github.ref == 'refs/heads/main'}}
36
- uses: coverallsapp/github-action@main
+ uses: coverallsapp/github-action@master
37
with:
38
github-token: ${{ secrets.GITHUB_TOKEN }}
39
0 commit comments