File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -51,15 +51,14 @@ jobs:
5151 - name : Run configlet sync for test and capture output
5252 id : sync_test
5353 run : |
54- mkdir -p .github/auto-sync
55- configlet_raw_output="$(./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt)"
54+ configlet_raw_output="$(./bin/configlet sync --tests | tee .github/sync-test-output.txt)"
5655
5756 echo "configlet output:"
5857 echo "$configlet_raw_output"
5958
60- echo '```' > .github/auto-sync/ sync-test-output.txt
61- echo "$configlet_raw_output" >> .github/auto-sync/ sync-test-output.txt
62- echo '```' >> .github/auto-sync/ sync-test-output.txt
59+ echo '```' > .github/sync-test-output.txt
60+ echo "$configlet_raw_output" >> .github/sync-test-output.txt
61+ echo '```' >> .github/sync-test-output.txt
6362
6463 echo "output<<EOF" >> "$GITHUB_OUTPUT"
6564 echo "$configlet_raw_output" >> "$GITHUB_OUTPUT"
8988 with :
9089 token : ${{ secrets.GITHUB_TOKEN }}
9190 title : " 🚨 configlet sync --test found unsynced tests"
92- content-filepath : .github/auto-sync/ sync-test-output.txt
91+ content-filepath : .github/sync-test-output.txt
9392 issue-number : ${{ steps.find_issue.outputs.issue_number || '' }}
You can’t perform that action at this time.
0 commit comments