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
Per the Readme, I need to define my action with:
with: args: --overwrite --remove
but I could not find this being used in the entrypoint.sh file. Is that really needed?
The text was updated successfully, but these errors were encountered:
The args are used on this line ($*):
$*
https://github.com/peter-evans/s3-backup/blob/2a981ddc0e67534918d5e4a014d4acf8d8f11384/entrypoint.sh#L24C11-L24C13
Sorry, something went wrong.
ah I missed those 2 characters! My bad. Thank you.
No branches or pull requests
Per the Readme, I need to define my action with:
but I could not find this being used in the entrypoint.sh file. Is that really needed?
The text was updated successfully, but these errors were encountered: