mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix slashes
This commit is contained in:
parent
061ca0d4d4
commit
28662c490b
5 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
# Do not edit these workflows directly as the changes made will be overwritten.
|
||||
# Instead, edit the template '.github\workflows\templates\ci.yml.jinja'
|
||||
# Instead, edit the template '.github/workflows/templates/ci.yml.jinja'
|
||||
---
|
||||
name: CI
|
||||
run-name: "CI (${{ github.event_name == 'pull_request' && format('pr: #{0}', github.event.number) || format('{0}: {1}', startsWith(github.event.ref, 'refs/tags') && 'tag' || 'branch', github.ref_name) }})"
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
# Do not edit these workflows directly as the changes made will be overwritten.
|
||||
# Instead, edit the template '.github\workflows\templates\nightly.yml.jinja'
|
||||
# Instead, edit the template '.github/workflows/templates/nightly.yml.jinja'
|
||||
---
|
||||
|
||||
name: Nightly
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
# Do not edit these workflows directly as the changes made will be overwritten.
|
||||
# Instead, edit the template '.github\workflows\templates\release.yml.jinja'
|
||||
# Instead, edit the template '.github/workflows/templates/release.yml.jinja'
|
||||
---
|
||||
|
||||
name: Release
|
||||
|
|
2
.github/workflows/scheduled.yml
vendored
2
.github/workflows/scheduled.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
# Do not edit these workflows directly as the changes made will be overwritten.
|
||||
# Instead, edit the template '.github\workflows\templates\scheduled.yml.jinja'
|
||||
# Instead, edit the template '.github/workflows/templates/scheduled.yml.jinja'
|
||||
---
|
||||
|
||||
name: Scheduled
|
||||
|
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
# Do not edit these workflows directly as the changes made will be overwritten.
|
||||
# Instead, edit the template '.github\workflows\templates\staging.yml.jinja'
|
||||
# Instead, edit the template '.github/workflows/templates/staging.yml.jinja'
|
||||
---
|
||||
|
||||
name: Stage Release
|
||||
|
|
Loading…
Add table
Reference in a new issue