We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c519e commit d8d5b5bCopy full SHA for d8d5b5b
.github/workflows/temp.yml
@@ -9,13 +9,16 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v6
13
- id: generate-token
14
name: extension_bump::generate_token
15
uses: actions/create-github-app-token@v2
16
with:
17
app-id: ${{ secrets.ZED_ZIPPY_APP_ID }}
18
private-key: ${{ secrets.ZED_ZIPPY_APP_PRIVATE_KEY }}
+ - name: steps::checkout_repo
19
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
+ with:
21
+ clean: false
22
- name: extension_bump::create_version_tag
23
uses: actions/github-script@v7
24
0 commit comments