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
While other platforms read multiple lines, Windows appears to only execute the first line entered
- uses: pyTooling/Actions/with-post-step@v0.4.6 with: main: | echo "main 1" echo "main 2" post: | echo "post 1" echo "post 2" env: GH_TOKEN: ${{ github.token }}
On Windows, only echo "main 1" and echo "post 1" will be executed
echo "main 1"
echo "post 1"
The text was updated successfully, but these errors were encountered:
I'm open to accept pull requests.
Please also see #82.
Sorry, something went wrong.
No branches or pull requests
While other platforms read multiple lines, Windows appears to only execute the first line entered
On Windows, only
echo "main 1"
andecho "post 1"
will be executedThe text was updated successfully, but these errors were encountered: