Skip to content

Commit

Permalink
testt
Browse files Browse the repository at this point in the history
  • Loading branch information
chkfung committed Apr 5, 2024
1 parent a1b73cc commit ec76bd4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
git push origin $BRANCH_NAME
git log -n 2
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: Automated build
body: This is an automated build.
branch: ${{ env.BRANCH_NAME }}
base: master
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v6
# with:
# title: Automated build
# body: This is an automated build.
# branch: ${{ env.BRANCH_NAME }}
# base: master

0 comments on commit ec76bd4

Please sign in to comment.