Skip to content

Commit

Permalink
Fix workflow, commit deleted files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacekun authored May 1, 2024
1 parent 9bfbd1e commit d1942c2
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 -f -u ${{ env.FOLDER_LOGS }}/*
git add --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 d1942c2

Please sign in to comment.