We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe49b1 commit 4a267dfCopy full SHA for 4a267df
.github/workflows/license-header.yml
@@ -35,10 +35,8 @@ jobs:
35
shell: bash -l {0}
36
run: |
37
set -ex
38
- export CHANGES=$(git status --porcelain | tee modified.log | wc -l)
39
- cat modified.log
40
- # Remove the log otherwise it will be committed
41
- rm modified.log
+ export CHANGES=$(git status --porcelain | tee /tmp/modified.log | wc -l)
+ cat /tmp/modified.log
42
43
echo "N_CHANGES=${CHANGES}" >> $GITHUB_OUTPUT
44
0 commit comments