mirror of
https://github.com/actions/checkout.git
synced 2025-06-05 05:36:36 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
d86d1a437e
80 changed files with 14486 additions and 51061 deletions
10
.github/workflows/update-main-version.yml
vendored
10
.github/workflows/update-main-version.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Update Main Version
|
||||
run-name: Move ${{ github.event.inputs.main_version }} to ${{ github.event.inputs.target }}
|
||||
run-name: Move ${{ github.event.inputs.major_version }} to ${{ github.event.inputs.target }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -7,18 +7,20 @@ on:
|
|||
target:
|
||||
description: The tag or reference to use
|
||||
required: true
|
||||
main_version:
|
||||
major_version:
|
||||
type: choice
|
||||
description: The main version to update
|
||||
description: The major version to update
|
||||
options:
|
||||
- v4
|
||||
- v3
|
||||
- v2
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
TARGET: ${{ github.event.inputs.target }}
|
||||
MAIN_VERSION: ${{ github.event.inputs.main_version }}
|
||||
MAIN_VERSION: ${{ github.event.inputs.major_version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue