Skip to content

Commit

Permalink
wip: changes back to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent 863ad11 commit d513b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
git add .
git commit -m "chore: auto-deploy from ${{ github.event.repository.name }}"
git push origin "auto-deploy-${{ github.sha }}"
gh pr create --title "chore: auto-deploy from ${{ github.event.repository.name }}" --body "$BODY" --base setup-new-deploy
gh pr create --title "chore: auto-deploy from ${{ github.event.repository.name }}" --body "$BODY"
env:
GITHUB_TOKEN: ${{ secrets.token }}
# - name: Commit and push
Expand Down

0 comments on commit d513b3d

Please sign in to comment.