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