Skip to content

Commit

Permalink
Tooling: Update the version of the Push action for the i18n workflow
Browse files Browse the repository at this point in the history
The commit hash we have been pinning for this action had a bug that
caused the commit message to be wrapped in curly brackets. This new
commit hash is a new version release that includes a fix for that and
one other issue (I reviewed all the changes).

See actions-js/push#3
  • Loading branch information
coreymckrill committed Aug 2, 2021
1 parent fa8cba8 commit 1d78c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Commit and push
# Using a specific hash here instead of a tagged version, for risk mitigation, since this action modifies our repo.
uses: actions-js/push@4decc2887d2770f29177082be3c8b04d342f5b64
uses: actions-js/push@a52398fac807b0c1e5f1492c969b477c8560a0ba
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: trunk
Expand Down

0 comments on commit 1d78c28

Please sign in to comment.