File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ inputs:
1010runs :
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 :
You can’t perform that action at this time.
0 commit comments