Skip to content

Commit

Permalink
Update cmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Jan 21, 2025
1 parent bd105a6 commit d38ca61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ jobs:
echo "Running command: '$CMD $PR_ARG' on '${{ needs.set-image.outputs.RUNNER }}' runner, container: '${{ needs.set-image.outputs.IMAGE }}'"
echo "RUST_NIGHTLY_VERSION: $RUST_NIGHTLY_VERSION"
echo "IS_ORG_MEMBER: $IS_ORG_MEMBER"
git config --global --add safe.directory $GITHUB_WORKSPACE
# if the user is not an org member, we need to use the bot's path from master to avoid unwanted modifications
if [ "$IS_ORG_MEMBER" = "true" ]; then
Expand Down

0 comments on commit d38ca61

Please sign in to comment.