Skip to content

Commit

Permalink
upgrade action script
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Oct 28, 2024
1 parent 21f8a81 commit 69ae2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_validator_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
base: master
branch: "$BRANCH_NAME"
title: "Upgrade: [dependabot] - bump fhir validator from $CURRENT_VALIDATOR_VERSION to $NEW_VALIDATOR_VERSION"
title: "Upgrade: [dependabot] - bump fhir validator from ${{ env.CURRENT_VALIDATOR_VERSION }} to ${{ env.NEW_VALIDATOR_VERSION }}"
body: "This PR was automatically created by GitHub Actions to update validator versions."
commit-message: "Update validator versions on $BRANCH_NAME"
sign-commits: true
Expand Down

0 comments on commit 69ae2e8

Please sign in to comment.