Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
RLI-Rdeaton committed Dec 17, 2024
1 parent e8d43b7 commit 361ac5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockertest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ 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 }}" --dry-run > check.txt
git commit -m "Update ${{ env.TOOL }} results in ${{ github.event.repository.name }}" --dry-run > check.txt | true
cat check.txt
if grep 'nothing added to commit' check.txt; then
echo "WOAH NELLY"
rm check.txt
exit 0
else
rm check.txt
git commit -m "Update ${{ env.TOOL }} results in ${{ github.event.repository.name }}" --dry-run
git commit -m "Update ${{ env.TOOL }} results in ${{ github.event.repository.name }}" --dry-run
fi
-
name: Push to Reporting Repo
Expand Down

0 comments on commit 361ac5a

Please sign in to comment.