Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix GHA hash (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor authored Jun 27, 2022
1 parent 7f8f20b commit ec1786c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-01_rc-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
tag: ${{ steps.compute_tag.outputs.new_tag }}

- id: create-issue-checklist-client
uses: JasonEtco/create-an-issue@v9e6213aec58987fa7d2f4deb8b256b99e63107a2 # v2.6.0
uses: JasonEtco/create-an-issue@9e6213aec58987fa7d2f4deb8b256b99e63107a2 # v2.6.0
# Only create the issue if it's the first release candidate
if: steps.compute_tag.outputs.first_rc == 'true'
env:
Expand All @@ -56,7 +56,7 @@ jobs:
filename: .github/ISSUE_TEMPLATE/release-client.md

- id: create-issue-checklist-runtime
uses: JasonEtco/create-an-issue@v9e6213aec58987fa7d2f4deb8b256b99e63107a2 # v2.6.0
uses: JasonEtco/create-an-issue@9e6213aec58987fa7d2f4deb8b256b99e63107a2 # v2.6.0
# Only create the issue if it's the first release candidate
if: steps.compute_tag.outputs.first_rc == 'true'
env:
Expand Down

0 comments on commit ec1786c

Please sign in to comment.