mirror of
https://github.com/actions/checkout.git
synced 2025-03-14 10:07:00 +00:00
New line
This commit is contained in:
parent
380e16e9b9
commit
3487d4feda
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-main-version.yml
vendored
4
.github/workflows/update-main-version.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
main_version:
|
||||
type: choice
|
||||
description: The main version to update
|
||||
options:
|
||||
options:
|
||||
- v3
|
||||
|
||||
jobs:
|
||||
|
@ -27,4 +27,4 @@ jobs:
|
|||
- name: Tag new target
|
||||
run: git tag -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }}
|
||||
- name: Push new tag
|
||||
run: git push origin ${{ github.event.inputs.main_version }} --force
|
||||
run: git push origin ${{ github.event.inputs.main_version }} --force
|
||||
|
|
Loading…
Add table
Reference in a new issue