mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 04:59:26 +00:00
Revert to pinned release workflows
This commit is contained in:
parent
4111bea454
commit
89b8e92916
2 changed files with 2 additions and 2 deletions
2
.github/workflows/draft-release.yml
vendored
2
.github/workflows/draft-release.yml
vendored
|
|
@ -16,7 +16,7 @@ on:
|
|||
jobs:
|
||||
draft-release:
|
||||
# TODO(sethvargo): revert to a tag when ready
|
||||
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' # ratchet:exclude
|
||||
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
|
||||
with:
|
||||
version_strategy: '${{ github.event.inputs.version_strategy }}'
|
||||
secrets:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -9,6 +9,6 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
# TODO(sethvargo): revert to a tag when ready
|
||||
uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
|
||||
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
|
||||
secrets:
|
||||
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue