Skip to content

Commit c0f5ee1

Browse files
pulpbotmdellweg
authored andcommitted
Update CI files
1 parent f43f256 commit c0f5ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,17 @@ jobs:
131131
branch: "update-ci/2.16"
132132
base: "2.16"
133133
delete-branch: true
134-
135134
- uses: "actions/checkout@v4"
136135
with:
137136
fetch-depth: 0
138137
path: "pulp_container"
139138
ref: "2.19"
139+
140140
- name: "Run update"
141141
working-directory: "pulp_container"
142142
run: |
143143
../plugin_template/scripts/update_ci.sh --release
144+
144145
- name: "Create Pull Request for CI files"
145146
uses: "peter-evans/create-pull-request@v6"
146147
with:
@@ -152,7 +153,6 @@ jobs:
152153
branch: "update-ci/2.19"
153154
base: "2.19"
154155
delete-branch: true
155-
156156
- uses: "actions/checkout@v4"
157157
with:
158158
fetch-depth: 0

0 commit comments

Comments
 (0)