Skip to content

Commit

Permalink
testtest
Browse files Browse the repository at this point in the history
  • Loading branch information
chkfung committed Apr 4, 2024
1 parent 89a1eab commit 2b70fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git checkout -b $BRANCH_NAME
git add dist/index.js
git diff --quiet && git diff --staged --quiet || git commit -m "Automated build"
git push origin $BRANCH_NAME
git push
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 2b70fb1

Please sign in to comment.