We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pull_request
1 parent 0180811 commit 7c89bcaCopy full SHA for 7c89bca
.github/workflows/update-proxy-release.yml
@@ -1,5 +1,8 @@
1
name: Update dependency proxy release assets
2
on:
3
+ pull_request:
4
+ branches:
5
+ - mbg/update-proxy-binaries # for testing
6
workflow_dispatch:
7
inputs:
8
tag:
@@ -16,7 +19,7 @@ jobs:
16
19
contents: write # needed to push the updated files
17
20
pull-requests: write # needed to create the PR
18
21
env:
- RELEASE_TAG: ${{ inputs.tag }}
22
+ RELEASE_TAG: ${{ inputs.tag || 'codeql-bundle-v2.22.0' }}
23
steps:
24
- name: Install Node
25
uses: actions/setup-node@v4
0 commit comments