-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix naming for all github commit actions
- Loading branch information
1 parent
3a8e53c
commit 98cbe57
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|