Skip to content

Commit

Permalink
Force commit deleted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacekun authored May 1, 2024
1 parent d1942c2 commit f395269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yugi-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
git config user.email "[email protected]"
git add ${{ env.FOLDER_OUTPUT }}/*
git add -f ${{ env.FILE_SETDONE }}
git add --all ${{ env.FOLDER_LOGS }}/*
git add -f --all ${{ env.FOLDER_LOGS }}/*
# "echo" returns true so the build succeeds, even if no changed files
git commit -m '[skip ci] Updated output folder contents' || echo
git push origin ${{ env.REPO_BRANCH }}

0 comments on commit f395269

Please sign in to comment.