Skip to content

Commit

Permalink
!temp: Debug by displaying full step outputs
Browse files Browse the repository at this point in the history
This commit should be removed or amended
  • Loading branch information
jskrzypek committed Jan 27, 2022
1 parent a421672 commit 3bd3de7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Set Git Branch
id: set-git-branch
uses: jskrzypek/[email protected]
- name: Show Outputs
id: show-outputs
run: |
echo "${{ toJSON(steps) }}"
- name: Check that env var was set
id: test-env-var
run: |
Expand Down
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ runs:
id: set-output
run: |
echo "::set-output name=branch-name::${{ env.GIT_BRANCH }}"
shell: bash
- name: Show Outputs
id: show-outputs
run: |
echo "${{ toJSON(steps) }}"
shell: bash

0 comments on commit 3bd3de7

Please sign in to comment.