Skip to content

Commit

Permalink
fix: updated branch name to not violate ruleset regex (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradegler authored Jun 13, 2023
1 parent 50c9ccd commit 37f5eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/generate_version_checksums.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ then

{
echo "CHANGES=${change_count}";
echo "PR_BRANCH=update-checksums-${change_date}";
echo "PR_BRANCH=automation/update-checksums-${change_date}";
echo "UPDATE_DATE=${change_date}";
echo "VERSIONS=${versions}";
} >> "${GITHUB_ENV}";
Expand Down

0 comments on commit 37f5eae

Please sign in to comment.