Skip to content

⬆️ Bump github.com/vektah/gqlparser/v2 from 2.5.9 to 2.5.10 in /backend #5

⬆️ Bump github.com/vektah/gqlparser/v2 from 2.5.9 to 2.5.10 in /backend

⬆️ Bump github.com/vektah/gqlparser/v2 from 2.5.9 to 2.5.10 in /backend #5

Workflow file for this run

name: branch_deploy
on:
issue_comment:
types: [created]
permissions:
pull-requests: write
deployments: write
contents: write
checks: read
jobs:
branch-deploy:
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: github/branch-deploy@v7.3.0
id: branch-deploy
deploy:
needs: branch-build
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}

Check failure on line 23 in .github/workflows/branch_deploy.yml

View workflow run for this annotation

GitHub Actions / branch_deploy

Invalid workflow file

The workflow is not valid. .github/workflows/branch_deploy.yml (Line: 23, Col: 9): Unrecognized named-value: 'steps'. Located at position 1 within expression: steps.branch-deploy.outputs.continue == 'true'
uses: ./.github/workflows/build_and_deploy.yml
secrets: inherit