Skip to content

Commit

Permalink
test github context 5 [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
elsegev committed Dec 12, 2023
1 parent 9d60d2b commit 5d6c373
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
steps:

- name: Print GitHub Actions Context
run: echo "${{ toJson(github) }}"
run: |
echo "${{ toJson(github) }}"
echo "${{ toJson(job) }}"
- name: Print GitHub link
run: |
echo "Job Link: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}"
echo "Job Link: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}"

0 comments on commit 5d6c373

Please sign in to comment.