Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Oct 28, 2024
1 parent 117cf40 commit 1628d07
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 @@ -36,7 +36,7 @@ jobs:
uses: peter-evans/[email protected]
with:
base: master
branch: "$BRANCH_NAME"
branch: env.BRANCH_NAME
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"
Expand Down

0 comments on commit 1628d07

Please sign in to comment.