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.
2 parents 80eb62b + dce66ee commit 75d2dd5Copy full SHA for 75d2dd5
1 file changed
.github/workflows/actions_release.yml
@@ -27,8 +27,8 @@ jobs:
27
actions: read
28
id-token: write
29
contents: write
30
- uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@fix_Verify_cherry_pick-Logic
+ uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
31
with:
32
tag: "${{ github.event.inputs.tag }}"
33
node_version: ${{ inputs.node_version }}
34
- script: "${{ github.event.inputs.script }}"
+ script: "${{ github.event.inputs.script }}"
0 commit comments