Skip to content

Re-using actions from other repos (what is .github/actions for?) #116540

Answered by ste-xx
JonnyOThan asked this question in Actions
Discussion options

You must be logged in to vote

It's just a recommendation.
So if you managed many different builds, you can easily find the (local) build actions.

Standalone actions contains normally the action.yml in the root directory.
Example: https://github.com/actions/github-script

So that you can call it like this:

- uses: actions/github-script@v7

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JonnyOThan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question
2 participants