Skip to content

Commit

Permalink
Fixed bug in workflow where we didn't point to specific branch of the…
Browse files Browse the repository at this point in the history
… push folder action repo
  • Loading branch information
TravisH18 committed Sep 18, 2024
1 parent bd96e5c commit b6702cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
npm install
npm run build
- name: Push git subdirectory as branch
uses: TravisH18/git-publish-subdir-action
uses: TravisH18/git-publish-subdir-action@develop
env:
REPO: [email protected]:USEPA/VELMA_Public.git
BRANCH: master
Expand Down

0 comments on commit b6702cb

Please sign in to comment.