Skip to content

Commit 0925f84

Browse files
author
Ifiokobong Offiong
committed
test5
1 parent 319cab7 commit 0925f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow_B.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: echo github.ref branch
29-
run: echo "my branch is '${{ github.ref }}'"
29+
run: echo "my branch is '${{ client_payload.ref }}'"
3030

3131
- uses: actions/checkout@v3
3232
with:
3333
ref: ${{ github.event.client_payload.ref }}
3434
- name: List files in the repository
3535
run: |
3636
ls ${{ github.workspace }}
37-
- run: echo ${{ github.event.client_payload.sha }}
37+
# - run: echo ${{ github.event.client_payload.sha }}
3838

3939
# - name: echo github.event.client_payload.ref branch
4040
# run: echo "my branch is '${{ github.event.client_payload.ref }}'"

0 commit comments

Comments
 (0)