Skip to content

Commit

Permalink
Update the output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Dec 3, 2024
1 parent 5bc0086 commit 7aade9d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,20 @@ jobs:
with:
fetch-depth: 0

- name: Print All Environment Variables
run: printenv
- name: Output GitHub Context
run: |
echo "${{ toJson(github) }}" > github-context.json
cat github-context.json
- name: Output Job Context
run: |
echo "${{ toJson(job) }}" > job-context.json
cat job-context.json
- name: Output Matrix Context
run: |
echo "${{ toJson(matrix) }}" > matrix-context.json
cat matrix-context.json
- name: Get the previous commit hash
id: previous_commit
Expand Down

0 comments on commit 7aade9d

Please sign in to comment.