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 Jul 19, 2024
1 parent cda098b commit 47bb8d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add new-file.txt
# git commit -m "Add new file to new branch" || echo "No changes to commit"
git commit -m "Add new file to new branch" || echo "No changes to commit"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push new branch
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git commit -m "Add new file to new branch"
git push origin ${{ steps.Create_Issue_Branch.outputs.branchName }}

0 comments on commit 47bb8d3

Please sign in to comment.