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 b303eed commit 1bf100cCopy full SHA for 1bf100c
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ env:
17
name: "${{ inputs.commit-ish || github.ref_name }}"
18
jobs:
19
ci:
20
- name: "${{ env.name }}"
+ name: "commit-ish ${{ inputs.commit-ish }}, ref_name ${{ github.ref_name }}"
21
runs-on: "ubuntu-latest"
22
steps:
23
- name: Checkout
0 commit comments