Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Nov 14, 2024
1 parent 74a3441 commit 3350c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/4-identition/6-grammar/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ runs:

shopt -s dotglob && mv -f ${{ inputs.workspace }}/* .
#git fetch && git add . && git commit --allow-empty -m "$LATEST_COMMIT" && git rebase && git push
git add . && git commit --allow-empty -m "$LATEST_COMMIT" && git push
git add . && git commit --allow-empty -m ${{ env.LATEST_COMMIT }} && git push

fi

0 comments on commit 3350c3e

Please sign in to comment.