Skip to content

Commit b2beaea

Browse files
committed
Remove no longer needed workaround for Flux 2.8
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent 6a42b70 commit b2beaea

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/upgrade-fluxcd-pkg.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,10 @@ name: upgrade-fluxcd-pkg
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
pre-release-pkg:
7-
description: >-
8-
Temporary flag for Flux 2.8: use the flux/v2.8.x pkg branch for main branches
9-
because the pkg release branch was cut before the Flux distribution release.
10-
Remove this input once Flux 2.8.0 is released.
11-
required: false
12-
default: false
13-
type: boolean
145

156
jobs:
167
upgrade-fluxcd-pkg:
17-
uses: fluxcd/gha-workflows/.github/workflows/[email protected]
18-
with:
19-
pre-release-pkg: ${{ inputs.pre-release-pkg }}
8+
uses: fluxcd/gha-workflows/.github/workflows/[email protected]
209
secrets:
2110
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
11+

0 commit comments

Comments
 (0)