Skip to content

confilct TEST

confilct TEST #39

Workflow file for this run

name: GCP CI/CD
yon:
pull_request:
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true && github.head_ref == 'Backend'
runs-on: ubuntu-latest
steps:
- name: Backend PR Merge
run: |
PR_BRANCH="${{ github.head_ref }}"
echo $PR_BRANCH
elif: github.event.pull_request.merged == true && github.head_ref == 'Frontend'
runs-on: ubuntu-latest

Check failure on line 17 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
steps:
- name: Frontend PR Merge
run: |
PR_BRANCH="${{ github.head_ref }}"
echo $PR_BRANCH