From c0f5ee1e9428442c4653047b5851293c030305d1 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 1 Dec 2024 03:46:56 +0000 Subject: [PATCH] Update CI files --- .github/workflows/update_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 6ba37c887..cbc364fcb 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -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: @@ -152,7 +153,6 @@ jobs: branch: "update-ci/2.19" base: "2.19" delete-branch: true - - uses: "actions/checkout@v4" with: fetch-depth: 0