Skip to content

Commit 6345fd1

Browse files
cosmo0920patrick-stephens
authored andcommitted
workflows: Tidy up referring 4.0 branch
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent ce9936b commit 6345fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/staging-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ jobs:
967967
with:
968968
repository: fluent/fluent-bit-docs
969969
token: ${{ secrets.GH_PA_TOKEN }}
970-
ref: 4.0
970+
ref: '4.0'
971971

972972
- name: Release 4.1 and latest
973973
if: startsWith(inputs.version, '4.1')
@@ -1071,7 +1071,7 @@ jobs:
10711071
if: startsWith(inputs.version, '4.0')
10721072
uses: actions/checkout@v5
10731073
with:
1074-
ref: 4.0
1074+
ref: '4.0'
10751075

10761076
- name: Release 4.1
10771077
if: startsWith(inputs.version, '4.1')

0 commit comments

Comments
 (0)