Skip to content

Commit

Permalink
Pull specific before push new user
Browse files Browse the repository at this point in the history
  • Loading branch information
selenaxiao-nist committed Sep 30, 2024
1 parent 71930bb commit 2f2c3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/account_request_approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
git config --global user.name "create-user-action[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b "$BRANCH_NAME"
git pull
git pull origin "$BRANCH_NAME"
git add "ato/oscal-artifacts/created_users/*"
git add "ato/oscal-artifacts/reference_created_users/*"
git commit -m "Create user request #$ISSUE_NUMBER"
Expand Down

0 comments on commit 2f2c3fc

Please sign in to comment.