Skip to content

Commit

Permalink
Merge branch 'main' into fix-audit-unenroll-fleet-server
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman authored Dec 16, 2024
2 parents 6615db5 + 83a12c2 commit f01bc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-agent-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
echo "Another PR for $current_ref is in review, skipping..."
exit 0
fi
pr_branch="$current_ref-update-agent-versions-$GITHUB_RUN_ID"
pr_branch="update/$current_ref-update-agent-versions-$GITHUB_RUN_ID"
# the mage target above requires to be on a release branch
# so, the new branch should not be created before the target is run
git checkout -b "$pr_branch"
Expand Down

0 comments on commit f01bc6a

Please sign in to comment.