Skip to content

Commit

Permalink
ensure contributors update skips ci
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
vsoch committed Jan 2, 2023
1 parent 33daccf commit cc30cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
else
export OPEN_PULL_REQUEST=1
printf "Changes\n"
git commit -a -m "Automated deployment to update contributors $(date '+%Y-%m-%d')"
git commit -a -m "[skip ci] automated deployment to update contributors $(date '+%Y-%m-%d')"
git push origin "${BRANCH_FROM}"
fi
Expand Down

0 comments on commit cc30cd2

Please sign in to comment.