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

Stalling on cat > file << EOF ... #6

Closed
ErikBjare opened this issue Sep 6, 2023 · 2 comments
Closed

Stalling on cat > file << EOF ... #6

ErikBjare opened this issue Sep 6, 2023 · 2 comments

Comments

@ErikBjare
Copy link
Owner

This got stuck:

Preview
$ cat > .github/workflows/publish.yml << EOF
name: Upload Python Package

on:
  release:
    types: [created]

jobs:
  deploy:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Python
      uses: actions/setup-python@v2
      with:
        python-version: '3.x'
    - name: Install dependencies
      run: |
        python -m pip install --upgrade pip
        pip install poetry
    - name: Build and publish
      env:
        PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
      run: |
        poetry publish --build
EOF

 ⚠️ Execute code? (Y/n)
@ErikBjare
Copy link
Owner Author

Bug still present in v0.4.1

@ErikBjare
Copy link
Owner Author

Since we now use the "```filename" method to write files this is no longer an issue.

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

1 participant