Skip to content

Commit

Permalink
Delete unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Apr 20, 2022
1 parent 797a4f4 commit 6105e3a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
if (git diff --shortstat | grep '[0-9]'); then \
git add .; \
git commit -m "Update Contributors List"; \
git push origin HEAD:${GITHUB_REF}; \
fi
git add .; \
git commit -m "Update Contributors List"; \
git push origin HEAD:${GITHUB_REF};

0 comments on commit 6105e3a

Please sign in to comment.