Skip to content

Commit

Permalink
fixing arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 20, 2024
1 parent 9021802 commit 9942134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ FROM alpine:3.10
COPY entrypoint.sh /entrypoint.sh

# Code file to execute when the docker container starts up (`entrypoint.sh`)
CMD ["/bin/sh", "entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
aws-access-key-id:
description: 'AWS_ACCESS_KEY_ID'
required: true
secret-access-key:
aws-secret-access-key:
description: 'AWS_SECRET_ACCESS_KEY'
required: true
config:
Expand Down

0 comments on commit 9942134

Please sign in to comment.