Skip to content

Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest… #35

Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest…

Merge branch 'main' of https://github.com/2022-Sejong-Creative-Semest… #35

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
if: github.event.pull_request.merged == true && github.head_ref == 'Frontend'

Check failure on line 16 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 16
runs-on: ubuntu-latest
steps:
- name: Frontend PR Merge
run: |
PR_BRANCH="${{ github.head_ref }}"
echo $PR_BRANCH