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 319cab7 commit 0925f84Copy full SHA for 0925f84
.github/workflows/workflow_B.yml
@@ -26,15 +26,15 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: echo github.ref branch
29
- run: echo "my branch is '${{ github.ref }}'"
+ run: echo "my branch is '${{ client_payload.ref }}'"
30
31
- uses: actions/checkout@v3
32
with:
33
ref: ${{ github.event.client_payload.ref }}
34
- name: List files in the repository
35
run: |
36
ls ${{ github.workspace }}
37
- - run: echo ${{ github.event.client_payload.sha }}
+ # - run: echo ${{ github.event.client_payload.sha }}
38
39
# - name: echo github.event.client_payload.ref branch
40
# run: echo "my branch is '${{ github.event.client_payload.ref }}'"
0 commit comments