Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot authored and mdellweg committed Dec 2, 2024
1 parent f43f256 commit c0f5ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,17 @@ jobs:
branch: "update-ci/2.16"
base: "2.16"
delete-branch: true

- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_container"
ref: "2.19"

- name: "Run update"
working-directory: "pulp_container"
run: |
../plugin_template/scripts/update_ci.sh --release
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
Expand All @@ -152,7 +153,6 @@ jobs:
branch: "update-ci/2.19"
base: "2.19"
delete-branch: true

- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand Down

0 comments on commit c0f5ee1

Please sign in to comment.