| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,8 @@ | |||
| 1 | 1 | name: Update dependency proxy release assets | |
| 2 | 2 | on: | |
| 3 | + push: | ||
| 4 | + branches: | ||
| 5 | + - mbg/update-proxy-binaries # for testing | ||
| 3 | 6 | workflow_dispatch: | |
| 4 | 7 | inputs: | |
| 5 | 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: | |
| 19 | - RELEASE_TAG: ${{ inputs.tag }} | ||
| 22 | + RELEASE_TAG: ${{ inputs.tag || 'codeql-bundle-v2.22.0' }} | ||
| 20 | 23 | steps: | |
| 21 | 24 | - name: Install Node | |
| 22 | 25 | uses: actions/setup-node@v4 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments