We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43f256 commit c0f5ee1Copy full SHA for c0f5ee1
.github/workflows/update_ci.yml
@@ -131,16 +131,17 @@ jobs:
131
branch: "update-ci/2.16"
132
base: "2.16"
133
delete-branch: true
134
-
135
- uses: "actions/checkout@v4"
136
with:
137
fetch-depth: 0
138
path: "pulp_container"
139
ref: "2.19"
+
140
- name: "Run update"
141
working-directory: "pulp_container"
142
run: |
143
../plugin_template/scripts/update_ci.sh --release
144
145
- name: "Create Pull Request for CI files"
146
uses: "peter-evans/create-pull-request@v6"
147
@@ -152,7 +153,6 @@ jobs:
152
153
branch: "update-ci/2.19"
154
base: "2.19"
155
156
157
158
0 commit comments