Skip to content

Commit

Permalink
chore: print all
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Sep 1, 2023
1 parent 20e6e27 commit d7ff818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/strain_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
echo "LAST_COMMIT_LOG=${LAST_COMMIT_LOG}" >> $GITHUB_ENV # update GitHub ENV vars
- name: Log of last commit of the PR is
run: echo "${{ env.LAST_COMMIT_LOG }}"
- name: log all
run: echo "${{toJSON(github)}}"

- name: Strain Repository Dispatch
if: >
Expand Down

0 comments on commit d7ff818

Please sign in to comment.