Skip to content

Commit

Permalink
Merge pull request #24 from chkfung/fix-workflow
Browse files Browse the repository at this point in the history
remove create pr workflow
  • Loading branch information
chkfung authored Apr 5, 2024
2 parents 5fac16e + 913d6cd commit 6d7eb05
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/automate_ncc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,4 @@ jobs:
git add dist/index.js
git commit -m "Automated build"
git push origin $BRANCH_NAME
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
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV

0 comments on commit 6d7eb05

Please sign in to comment.