Skip to content

Commit d8d5b5b

Browse files
committed
checkout in between
1 parent 63c519e commit d8d5b5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/temp.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
1312
- id: generate-token
1413
name: extension_bump::generate_token
1514
uses: actions/create-github-app-token@v2
1615
with:
1716
app-id: ${{ secrets.ZED_ZIPPY_APP_ID }}
1817
private-key: ${{ secrets.ZED_ZIPPY_APP_PRIVATE_KEY }}
18+
- name: steps::checkout_repo
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20+
with:
21+
clean: false
1922
- name: extension_bump::create_version_tag
2023
uses: actions/github-script@v7
2124
with:

0 commit comments

Comments
 (0)