Skip to content

Commit

Permalink
Merge pull request #22 from chkfung/ncc-automate-2
Browse files Browse the repository at this point in the history
fix workflow base branch
  • Loading branch information
chkfung authored Apr 4, 2024
2 parents 3eb4672 + 2884bea commit 327bb1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automate_ncc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
with:
title: Automated build
body: This is an automated build.
branch: ${{ env.BRANCH_NAME }}
branch: ${{ env.BRANCH_NAME }}
base: master

0 comments on commit 327bb1f

Please sign in to comment.