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

ci: testing PR create and merge - testing to see if merge loop stops

This commit is contained in:
Scott 2024-01-29 14:14:11 -05:00
parent 4c056a327c
commit 31837eb7ec

View File

@ -15,7 +15,7 @@ concurrency: production
jobs:
build:
name: bump tag version and release
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout code
@ -42,6 +42,7 @@ jobs:
- name: auto commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[skip ci] Automated Change"
branch: update-from-${{ github.sha }}
# create PR using GitHub CLI
- name: create PR with update info