Skip to content

Commit 77616f1

Browse files
committed
Show environment variables for easier debugging
1 parent 2b83cae commit 77616f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/template-check-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- name: Set update flag if changes occured
4545
run: test -z "$(git status --porcelain)" || echo "UPDATE=true" >> $GITHUB_ENV
4646

47+
- name: Show environment variables
48+
run: |
49+
echo "$UPDATE"
50+
4751
- name: Open issue
4852
if: env.UPDATE == true
4953
run: |

0 commit comments

Comments
 (0)