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 1f6afcb commit cda098b
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 @@ -27,7 +27,7 @@ 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
Expand Down

0 comments on commit cda098b

Please sign in to comment.