Skip to content

Commit

Permalink
Add branch to commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
codynhat committed Jan 28, 2022
1 parent 9c6d8d6 commit 69b9676
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
branch: main
- uses: actions/setup-node@v2
with:
node-version: 14
Expand All @@ -22,6 +19,7 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update published model at src/model.json
branch: main

publish-npm:
needs: build
Expand Down

0 comments on commit 69b9676

Please sign in to comment.