Fix slashes

This commit is contained in:
twangboy 2024-10-16 09:17:43 -06:00 committed by Daniel Wozniak
parent 061ca0d4d4
commit 28662c490b
5 changed files with 5 additions and 5 deletions

View file

@ -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) }})"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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