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
You must mount the repository volume
We don't usually use github actions to run standalone commands like echo
echo
The text was updated successfully, but these errors were encountered:
The README does have it documented here. Sorry if it wasn't clear. Feel free to suggest any improvements to the docs.
- uses: addnab/docker-run-action@v1 with: image: docker:latest options: -v $GITHUB_WORKSPACE:/work -e ABC=123 run: | echo "first line"
Sorry, something went wrong.
Updated the README with the typical use case and moved it to the top.
No branches or pull requests
You must mount the repository volume
We don't usually use github actions to run standalone commands like
echo
The text was updated successfully, but these errors were encountered: