need and more syntaxname: <WORKFLOW_NAME> on: <EVENT> jobs: <JOB_NAME>: runs-on: <RUNNER> steps: - name: <ACTION_NAME> uses: <ACTION> github action onGithub Action needsgithub action runs-ongithub action steps examplejob, needs, if 사용 코드Instantly share code, notes, and snippets. You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.https://gist.github.com/seye2/1c4b35af99cb991fadd47ec2f48d6499syntaxWorkflow syntax for GitHub ActionsWorkflow files use YAML syntax, and must have either a .yml or .yaml file extension. If you're new to YAML and want to learn more, see " Learn YAML in five minutes." You must store workflow files in the .github/workflows directory of your repository.https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions