Skip to content

Commit b9317bb

Browse files
authored
fix: github action olm publish v2 (#988)
1 parent 8bb890b commit b9317bb

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/olm-publish/action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ runs:
3232
username: ${{ inputs.quay_login }}
3333
password: ${{ inputs.quay_token }}
3434

35-
- uses: actions/checkout@v3
36-
with:
37-
fetch-depth: 0
38-
3935
- name: Create new integration branch
4036
shell: bash
4137
# Creating a branch here in order to avoid commiting to our local main

.github/osd-test-harness-publish/action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ runs:
2626
username: ${{ inputs.quay_login }}
2727
password: ${{ inputs.quay_token }}
2828

29-
- uses: actions/checkout@v3
30-
with:
31-
fetch-depth: 0
32-
3329
- name: Build and publish test harness image
3430
shell: bash
3531
run: |

.github/package-operator-publish/action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- uses: actions/checkout@v3
14-
with:
15-
fetch-depth: 0
16-
1713
- name: Setup Go environment
1814
uses: actions/setup-go@v5
1915
with:

0 commit comments

Comments
 (0)