Skip to content

Commit 7bff548

Browse files
committed
wip
1 parent 30b4056 commit 7bff548

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,7 @@ jobs:
5656
example-cap-server:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- name: Checkout safe merge ref
60-
uses: actions/checkout@v4
61-
with:
62-
ref: refs/pull/${{ github.event.pull_request.number }}/merge
63-
persist-credentials: false
64-
59+
- uses: actions/checkout@v5
6560
- uses: actions/setup-node@v4
6661
with:
6762
node-version: 24

0 commit comments

Comments
 (0)