Skip to content

Commit

Permalink
fix tunneling of git status output
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 26, 2023
1 parent 60d2765 commit 45f6763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Obtain git status
id: status
run: |
exec 5>&1
STATUS=$(git status|tee >(cat - >&5))
echo "STATUS<<EOF" >> $GITHUB_OUTPUT
echo "$STATUS" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 45f6763

Please sign in to comment.