We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b538066 commit 93a47fbCopy full SHA for 93a47fb
2 files changed
.github/workflows/build.yml
@@ -29,6 +29,8 @@ jobs:
29
steps:
30
- name: Checkout Code
31
uses: actions/checkout@v4
32
+ with:
33
+ persist-credentials: false
34
35
- name: Setup pnpm
36
uses: pnpm/action-setup@v4
.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
22
23
with:
24
ref: ${{ github.event.pull_request.head.sha }}
25
26
27
- name: Detect Changed Files
28
uses: dorny/paths-filter@v3
0 commit comments