diff --git a/.github/workflows/yugi-workflow.yml b/.github/workflows/yugi-workflow.yml index 728f796..7751c69 100644 --- a/.github/workflows/yugi-workflow.yml +++ b/.github/workflows/yugi-workflow.yml @@ -97,7 +97,7 @@ jobs: git config user.email "actions@github.com" 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 }}