Skip to content

Commit

Permalink
Update create-issue-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly-sfdc authored Aug 15, 2024
1 parent 635ae01 commit aa5f137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
echo ${{ steps.Create_Issue_Branch.outputs.branchName }}
git branch -a
git pull ${{ steps.Create_Issue_Branch.outputs.branchName }}
git pull origin
git add scripts/drop_rule_test_app.tf # move this to diff folder later
git commit -m "Add new file to new branch" || echo "No changes to commit"
env:
Expand Down

0 comments on commit aa5f137

Please sign in to comment.