Skip to content

Commit

Permalink
aaaaaaaaaaaaaaaaa
Browse files Browse the repository at this point in the history
aaaaaaaaaaaaa
  • Loading branch information
RLI-Rdeaton committed Dec 17, 2024
1 parent 9c3f4a6 commit b6c225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockertest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
git config --global user.name ${{ secrets.GH_NAME }}
git add "${{ env.OUTPUT_NAME }}.csv"
git pull
git commit -m "Update ${{ env.TOOL }} results in ${{ github.event.repository.name }}" | tee check.txt
git commit -m "Update ${{ env.TOOL }} results in ${{ github.event.repository.name }}" > check.txt | true
cat check.txt
if grep 'nothing to commit' check.txt; then
echo "WOAH NELLY"
Expand Down

0 comments on commit b6c225d

Please sign in to comment.