Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git Repository/Github/Github Repository/Github Repository Function/Github Action/
Github Action Syntax
Search

Github Action Syntax

Creator
Creator
Seonglae Cho
Created
Created
2020 Dec 20 8:54
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Jun 27 16:18
Refs
Refs

need and more syntax

name: <WORKFLOW_NAME> on: <EVENT> jobs: <JOB_NAME>: runs-on: <RUNNER> steps: - name: <ACTION_NAME> uses: <ACTION>
 
github action on
Github Action needs
github action runs-on
github action steps
 
 

example

job, 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.
job, needs, if 사용 코드
https://gist.github.com/seye2/1c4b35af99cb991fadd47ec2f48d6499
job, needs, if 사용 코드

syntax

Workflow syntax for GitHub Actions
Workflow 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.
Workflow syntax for GitHub Actions
https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
 
 
 

Table of Contents
need and more syntaxexamplesyntax

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git Repository/Github/Github Repository/Github Repository Function/Github Action/
Github Action Syntax
Copyright Seonglae Cho