Skip to content

Commit cccdf23

Browse files
authored
Add dummy workflow to test workflow_run trigger (DataDog#21373)
* test * test * wf run id * change wf * change wf * wf * sha * other commit * other commit * check
1 parent ffa57b9 commit cccdf23

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/testing-run-on-wf-run.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
id: define_sha
2424
run: |
2525
echo "sha=${{ github.event.workflow_run.head_sha }}" >> $GITHUB_OUTPUT
26+
echo "event=${{ github.event.workflow_run.event }}" >> $GITHUB_OUTPUT
27+
echo "ref_name=${{ github.ref_name }}" >> $GITHUB_OUTPUT
28+
echo "branch=${{ github.event.workflow_run.head_branch }}" >> $GITHUB_OUTPUT
29+
echo "default_branch=${{ github.event.workflow_run.repository.default_branch }}" >> $GITHUB_OUTPUT
30+
2631
- name: Get run ID
2732
run: |
2833
echo "run_id_variable=${{ github.event.workflow_run.id }}"

0 commit comments

Comments
 (0)