Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-actions

Adding actions from github repo

Same Repo

steps:
    - uses: "./.github/action1"

Diffrent Repo

steps:
	  -uses: "user/repo@ref"

Diffrent repo diffrent branch

steps:
	-uses: "octocat/my-cool-action@develop"

Docker image

steps:
	-uses: "docker://python:3.9"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages