Closed SuMineLee closed 2 years ago
[2/7]
Actions ; 다른 툴을 실행시키는 yml 스크립트 inputs : MY_NAME : workflow 명이 들어옴 runs : uses : 실행할 프로그램 image : 이미지 경로 branding : 게시 시 식별 저보.
Workflow는 지정한 Actions를 실행시키는 플로우
Workflow on : Schedule cron, triger ${{github.ref}}, API(workflow_dispatch), webhook(repository_despatch)
on : schedule : -**cron** : */15 13 1 May Mon
on: push:
on : workflow_dispatch: -inputs : logLevel : description : 'Log level' require : true default : 'warning' tags : description : 'Test Scenario Tags'
Workflow 상황 설정 ; .github/workflow/main.yml
Did you do the exercise?
https://github.com/SuMineLee/hello-github-actions
my Exercise Links
Follow the Learning Path