Skip to content

Commit

Permalink
fix automatic PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Mar 7, 2024
1 parent 519de0c commit 03a4c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: inputs.generate-catalog == true

- name: If there is a new CMake version, create a Git commit for the PR
id: input-pr
id: git-check
run: |
if ! git diff --exit-code .latest_cmake_version ; then
export CMAKE_NEW_VERSIONS=cmake-v$(cat .latest_cmake_version)
Expand Down

0 comments on commit 03a4c22

Please sign in to comment.