From 28662c490b4a66cd3ad47f2f1c74e34040ed015e Mon Sep 17 00:00:00 2001 From: twangboy Date: Wed, 16 Oct 2024 09:17:43 -0600 Subject: [PATCH] Fix slashes --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scheduled.yml | 2 +- .github/workflows/staging.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 464125f5f20..a1bbf26343f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) }})" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3a28b6a789a..10182dac0d5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be98cc82d8b..30ced2d7efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 631aea5709f..dc57040b92c 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -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 diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 999b8015d72..e625038505e 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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