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
I'm trying to call the GHA configure-aws-credentials in a stage where I have not downloaded my associate code. It's not necessary for the stage. I only want to check if an image exists in an ECR repo and the tag that I want to check is an output from a previous step.
The stage works fine if I clone the repo. However, if I turn off the cloning to try to save some time I get the following:
time=2023-06-21T07:11:40.088Z level=INFO msg="detected github action action.yml"
time="2023-06-21T07:11:40Z" level=warning msg="unable to get git repo: repository does not exist"
time="2023-06-21T07:11:40Z" level=error msg="path/harnessnot located inside a git repository" error="repository does not exist"
time="2023-06-21T07:11:40Z" level=warning msg="unable to get git ref: repository does not exist"
time="2023-06-21T07:11:40Z" level=error msg="path/harnessnot located inside a git repository" error="repository does not exist"
time="2023-06-21T07:11:40Z" level=warning msg="unable to get git revision: repository does not exist"
[drone-github-action/action] unable to get git repo: repository does not exist
[drone-github-action/action] path/harnessnot located inside a git repository
[drone-github-action/action] unable to get git ref: repository does not exist
[drone-github-action/action] path/harnessnot located inside a git repository
[drone-github-action/action] unable to get git revision: repository does not exist
[drone-github-action/action] unable to get git repo: repository does not exist
[drone-github-action/action] path/harnessnot located inside a git repository
[drone-github-action/action] unable to get git ref: repository does not exist
[drone-github-action/action] path/harnessnot located inside a git repository
[drone-github-action/action] unable to get git revision: repository does not exist
[drone-github-action/action] ☁ git clone 'https://github.com/aws-actions/configure-aws-credentials' # ref=v2
The text was updated successfully, but these errors were encountered:
I'm trying to call the GHA
configure-aws-credentials
in a stage where I have not downloaded my associate code. It's not necessary for the stage. I only want to check if an image exists in an ECR repo and the tag that I want to check is an output from a previous step.The stage works fine if I clone the repo. However, if I turn off the cloning to try to save some time I get the following:
The text was updated successfully, but these errors were encountered: