File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
43
43
env :
44
44
NFPM_VERSION : ' v2.35.3'
45
- GOPROXY : " https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-local-approved-dependency "
45
+ GOPROXY : " https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev "
46
46
47
47
defaults :
48
48
run :
@@ -304,10 +304,10 @@ jobs:
304
304
script : |
305
305
const { repo, owner } = context.repo;
306
306
const result = await github.rest.pulls.create({
307
- title: 'Merge ${{ github.ref_name }} back into main',
307
+ title: 'Merge ${{ inputs.releaseBranch }} back into main',
308
308
owner,
309
309
repo,
310
- head: '${{ github.ref_name }}',
310
+ head: '${{ inputs.releaseBranch }}',
311
311
base: 'main',
312
312
body: [
313
313
'This PR is auto-generated by the release workflow.'
You can’t perform that action at this time.
0 commit comments