Skip to content

Commit

Permalink
feat: show git status after git add
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Feb 12, 2023
1 parent afdcea4 commit b9f4069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ runs:
rm -f docs/**/*.old* || echo 'no .old files found'
if [[ `git status --porcelain` ]]; then
git status --porcelain
git add docs/**/*
git status --porcelain
git commit -m "chore: added to ${{ inputs.branch }}: ${{ inputs.repository }}@${{ inputs.release }}"
git push
fi

0 comments on commit b9f4069

Please sign in to comment.