Compare commits
3 Commits
base
...
build/fix-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19ca7c96ab | ||
|
|
127951a264 | ||
|
|
553caa8e02 |
2
.github/workflows/code-fix.yml
vendored
2
.github/workflows/code-fix.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
persist-credentials: false
|
token: ${{ secrets.CI_TOKEN }}
|
||||||
|
|
||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
id: filter
|
id: filter
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Use headBranchName from the PR object
|
# Use headBranchName from the PR object
|
||||||
ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
|
ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
|
||||||
persist-credentials: false
|
token: ${{ secrets.CI_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
if: ${{ steps.release.outputs.pr }}
|
if: ${{ steps.release.outputs.pr }}
|
||||||
|
|||||||
Reference in New Issue
Block a user