Skip to content

Commit

Permalink
Fixup hash files by using format expression
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 22, 2025
1 parent 92c174b commit 7c8e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkDependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
mvn -B -ntp ${{ inputs.maven-goals }} -DskipTests -Pdependency-check -Dtycho.dependency.check.apply=true
- name: Create Pull Request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
if: ${{ hashFiles(${{ matrix.bundles }}/target/versionProblems.md) != '' }}
if: ${{ hashFiles(format('{0}/target/versionProblems.md', matrix.bundles)) != '' }}
with:
commit-message: Update version ranges of dependencies for ${{ matrix.bundles }}
branch: dependency-check/${{ matrix.bundles }}
Expand Down

0 comments on commit 7c8e5fd

Please sign in to comment.