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 04e0723 commit 637b730Copy full SHA for 637b730
.github/workflows/staging-deploy.yml
@@ -11,4 +11,4 @@ jobs:
11
- uses: actions/checkout@v3
12
- name: Event triggered by
13
run: |
14
- 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 }}
+ echo source: ${{github.event.client_payload.source}}, workflow: ${{github.event.client_payload.workflow}}, 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