Skip to content

Commit

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

0 comments on commit e8d43b7

Please sign in to comment.