-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updating actions to use node20 for get-primary-language ab#54101 * update add-and-commit * finalize node20 update in add-and-commit v9.1.4 * update in action-create-release repo release-3.2 sha 8718f34 (ab#54101-node20-update) branch: kf maintains a separate fork of this repo from zendesk * Node20 updates: catalog add-and-commit, dotnet upload-release-asset
- Loading branch information
1 parent
a6d5f97
commit a359e95
Showing
5 changed files
with
24 additions
and
23 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
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
- name: Show generated README.md | ||
run: echo $(cat README.md) | ||
|
||
- uses: Keyfactor/[email protected].3 | ||
- uses: Keyfactor/[email protected].4 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
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
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
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.token }} | ||
|
||
- uses: Keyfactor/[email protected].3 | ||
- uses: Keyfactor/[email protected].4 | ||
with: | ||
author_name: 'Keyfactor' | ||
author_email: '[email protected]' | ||
|