0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

ci: testing PR create and merge - potentially fixed PR issue + fixing what branch it targets

This commit is contained in:
Scott 2024-01-29 12:30:11 -05:00
parent 7748ed2b08
commit a5284e8b62

View File

@ -42,7 +42,7 @@ jobs:
- name: auto commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: feature-123
branch: update-from-${{ github.sha }}
# create PR using GitHub CLI
- name: create PR with update info
id: create-pr