We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6603021 commit 156981fCopy full SHA for 156981f
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
- - name: "Record run id"
+ - name: "Record run id" # zizmor: ignore[template-injection]
41
id: run-id
42
run: |
43
echo "run-id=${{ fromJson(steps.runs.outputs.data).workflow_runs[0].id }}" >> "$GITHUB_OUTPUT"
0 commit comments