Hi, thanks for this article. Point 4 is not correct, you can store composite actions in the same local repository. For example, you can place them inside of .github/actions/setup/action.yml and reference it in your workflow file with uses: ./github/actions/setup
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi, thanks for this article. Point 4 is not correct, you can store composite actions in the same local repository. For example, you can place them inside of
.github/actions/setup/action.ymland reference it in your workflow file withuses: ./github/actions/setup