We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683b08d commit 6d9996fCopy full SHA for 6d9996f
.github/workflows/ci.yml
@@ -7,6 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Run third-party action (unsafe tag)
10
- uses: LiiWenxuan/my-action@v1
+ uses: LiiWenxuan/my_action@v1
11
with:
12
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments