Skip to content

Merge pull request #7744 from fjordllc/chore/git-pr-release-into-ci #2179

Merge pull request #7744 from fjordllc/chore/git-pr-release-into-ci

Merge pull request #7744 from fjordllc/chore/git-pr-release-into-ci #2179

name: Create a release pull-request
on:
push:
branches:
- main
jobs:
gitPrRelease:
name: git-pr-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:

Check failure on line 12 in .github/workflows/git-pr-release-action.yml

View workflow run for this annotation

GitHub Actions / Create a release pull-request

Invalid workflow file

The workflow is not valid. .github/workflows/git-pr-release-action.yml (Line: 12, Col: 14): Unexpected value '' .github/workflows/git-pr-release-action.yml (Line: 13, Col: 9): Unexpected value 'fetch-depth'
fetch-depth: 0
- name: git-pr-release
uses: bakunyo/git-pr-release-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_PR_RELEASE_BRANCH_PRODUCTION: production
GIT_PR_RELEASE_BRANCH_STAGING: main