Skip to content

Commit

Permalink
Update generate_recipes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robwoolley authored Apr 2, 2024
1 parent d272676 commit 28b6194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
git branch -M superflore/$GITHUB_REF_NAME/${ROS_DISTRO}/${ROS_DISTRO_RELEASE_DATE_ONLY}
git push origin superflore/$GITHUB_REF_NAME/${ROS_DISTRO}/${ROS_DISTRO_RELEASE_DATE_ONLY}
echo "Creating Pull Request"
gh pr create --title "Superflore Update for $GITHUB_REF_NAME : ${ROS_DISTRO} : ${ROS_DISTRO_RELEASE_DATE_ONLY}" --fill-verbose
gh pr create --title "Superflore Update for $GITHUB_REF_NAME : ${ROS_DISTRO} : ${ROS_DISTRO_RELEASE_DATE_ONLY}" --base $GITHUB_REF_NAME --fill-verbose
else
echo "Warning: The name of the branch didn't match the expected output."
echo "Branch: ${CURRENT_BRANCH}"
Expand Down

0 comments on commit 28b6194

Please sign in to comment.