We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added your action to my CI with the command:
- name: Deploy to AWS via CloudFormation uses: mgenteluci/[email protected] env: TEMPLATE: ${{ env.AWS_TEMPLATE_FILE_DEV }} AWS_STACK_NAME: ${{ env.AWS_STACK_NAME }} AWS_REGION: ${{ env.AWS_REGION }} AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}} AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}} AWS_DEPLOY_BUCKET: ${{ env.AWS_S3_BUCKET }}
I get the error when after the first execution: mkdir: can't create directory '/github/home/.aws': File exists
This is the complete error:
runner/_work/_temp/_runner_file_commands":"/github/file_commands" -v "/opt/devops/actions-runner/_work/lambda-test/lambda-test":"/github/workspace" 35b096:080abb3e763f4f4c8170952287575800 mkdir: cannot create directory '/github/home/.aws': File exists
The text was updated successfully, but these errors were encountered:
Same issue here...
mkdir: cannot create directory '/github/home/.aws': File exists
Sorry, something went wrong.
No branches or pull requests
I added your action to my CI with the command:
I get the error when after the first execution: mkdir: can't create directory '/github/home/.aws': File exists
This is the complete error:
The text was updated successfully, but these errors were encountered: