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
The set-output command is indeed deprecated and will start throwing errors from 31st may if i'm not wrong. You can just change this to echo "ECR_REPO_URL=$(cd terraform_ecr && terraform output ecr_repository_url)" >> $GITHUB_OUTPUT
and you can still access this by ${{ steps.id.outputs.ECR_REPO_URL. Hope this fixes your set-output problem
I have a repo with files and directories , where in i need to exclude one directory, i would like to know how this can be achieved using this action.
With:
Filters: |
This is code which i used , but this is not working . Kindly help thanks
The text was updated successfully, but these errors were encountered: