-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github action node 16 thing: git-get-release-action 1.2.4 -> 1.2.5
- Loading branch information
1 parent
64ca73c
commit 7f7357a
Showing
1 changed file
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
steps: | ||
- name: Get github release information | ||
if: ${{ github.event_name == 'workflow_dispatch' }} | ||
uses: cardinalby/[email protected].4 | ||
uses: cardinalby/[email protected].5 | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
with: | ||
|
@@ -95,7 +95,7 @@ jobs: | |
- name: Get github release information | ||
if: ${{ github.event_name == 'workflow_dispatch' }} | ||
id: get_release | ||
uses: cardinalby/[email protected].4 | ||
uses: cardinalby/[email protected].5 | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
with: | ||
|