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 af6b9c5 commit 04e0723Copy full SHA for 04e0723
.github/workflows/staging-deploy.yml
@@ -11,4 +11,4 @@ jobs:
11
- uses: actions/checkout@v3
12
- name: Event triggered by
13
run: |
14
- echo ${{ github.event.client_payload.sha }},${{ github.event.client_payload.ref }}
+ echo source: ${{github.event.client_payload.source}}, action: ${{github.event.client_payload.action}}, action_run_id: ${{github.event.client_payload.run_id}}, action_run_number: ${{github.event.client_payload.run_number}}, sha: ${{ github.event.client_payload.sha }}, github_ref: ${{ github.event.client_payload.ref }}
0 commit comments