Skip to content

electronicbits/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages