Skip to content

[fix] : 목표조회 api 데이터 수정 및 임시조회 기능 추가 #5

[fix] : 목표조회 api 데이터 수정 및 임시조회 기능 추가

[fix] : 목표조회 api 데이터 수정 및 임시조회 기능 추가 #5

Workflow file for this run

name: Manual Trigger Workflow
on:
workflow_dispatch:
inputs:
branch:
description: '배포할 브랜치 선택'
required: true
default: 'main'
type: choice
options:
- main
- develop
jobs:
deploy:
uses: /.github/workflows/main.yml

Check failure on line 16 in .github/workflows/manual-trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/manual-trigger.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
branch: ${{ github.event.inputs.branch }}
secrets: inherit