Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Jul 6, 2024
1 parent 5440df7 commit 6a0f643
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,17 @@ jobs:
rm -rf sonarqube-gen/
git diff
- name: Create commits
run: |
git config user.name 'shijl0925'
git config user.email '[email protected]'
git add -A
git commit -m "Add untracked file during workflow"
- name: Create Pull Request
run: gh pr create -B master -H dev --title 'Merge dev into master' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: peter-evans/create-pull-request@v6

# - name: Create Pull Request
# run: gh pr create -B master -H dev --title 'Merge dev into master' --body 'Created by Github action'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6a0f643

Please sign in to comment.