We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851cfff commit 8907110Copy full SHA for 8907110
1 file changed
.github/workflows/deploy-staging.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
+ with:
13
+ fetch-depth: 0
14
- name: Event triggered by
15
run: |
16
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