You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have several limitations in our solution that we should indicate in the documentation:
when we search for dependent action in uses: string, we search for the repository in the default branch, and not in the indicated branch. For example: - uses: myorg/myaction@dev. We won't be looking in dev branch, but in the default branch. Example: take care for references when downloading dependenct actions #38
We have several limitations in our solution that we should indicate in the documentation:
uses:
string, we search for the repository in the default branch, and not in the indicated branch. For example:- uses: myorg/myaction@dev
. We won't be looking indev
branch, but in the default branch. Example: take care for references when downloading dependenct actions #38action.yml
.The text was updated successfully, but these errors were encountered: