Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions

Github actions exploration

Trying out github actions

Refer to the .github/workflows folder for all the relevant ways github actions can be used

Notes:

To change file permissions for executables, do the following:

On Linux or macOS, run:

chmod +x entrypoint.sh

git add entrypoint.sh

git commit

On Windows, run:

git add --chmod=+x -- entrypoint.sh

git commit

And then push the changes back up.

About

Github actions exploration

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages