Skip to content

Commit

Permalink
Merge pull request #2 from galaxyproject/set_branch
Browse files Browse the repository at this point in the history
Set helm chart branch
  • Loading branch information
nuwang authored Dec 23, 2024
2 parents e325d95 + 1d791fa commit dec88dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
github-token: ${{ secrets.PULSAR_REPO_TOKEN }}
charts-token: ${{ secrets.CHARTS_TOKEN }}
github-labels: ${{ join(github.event.pull_request.labels.*.name, ', ') }}
git-branch: ${{ github.event.pull_request.base.ref }}
git-branch: "master"
package-from-manual:
if: github.event.inputs.manual-package-invocation == 'y'
name: Package and push manual invocation
Expand Down

0 comments on commit dec88dc

Please sign in to comment.