Skip to content
New issue

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

mkdir: can't create directory '/github/home/.aws': File exists #10

Open
maximilianobaez opened this issue Jan 5, 2023 · 1 comment
Open

Comments

@maximilianobaez
Copy link

maximilianobaez commented Jan 5, 2023

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
@chdev77
Copy link

chdev77 commented Feb 15, 2024

Same issue here...

mkdir: cannot create directory '/github/home/.aws': File exists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants