Skip to content

Commit

Permalink
fix naming for all github commit actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlatsch committed Jun 6, 2022
1 parent 3a8e53c commit 98cbe57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./gradlew licenseReleaseReport

- name: Commit and Push
uses: actions-x/[email protected]
uses: github-actions-x/[email protected]
with:
name: Release Bot
branch: release/${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: ./gradlew updateTranslations

- name: Commit and Push
uses: actions-x/[email protected]
uses: github-actions-x/[email protected]
with:
name: Translation Badges Updater
message: Update Translation Badges in README.md
Expand Down

0 comments on commit 98cbe57

Please sign in to comment.