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 b55e9db commit b303eedCopy full SHA for b303eed
.github/workflows/test.yaml
@@ -1,6 +1,6 @@
1
# envで定義された変数が使えるか確認する
2
name: "TEST"
3
-run-name: "commit-ish: ${{ inputs.comit-ish }}, ref_name: ${{ github.ref_name }}, name: ${{ env.NAME }}, ${{ env.name}}"
+run-name: "commit-ish: ${{ inputs.comit-ish }}, ref_name: ${{ github.ref_name }}"
4
on:
5
push:
6
tags:
0 commit comments