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
Run following workflow: (this is minimal I think)
jobs: docker-windows: runs-on: windows-latest continue-on-error: true steps: - uses: actions/checkout@v2 - name: Login uses: docker/login-action@v1 with: username: ${{ github.repository_owner }} password: ${{ secrets.DHUB_TOKEN }}
Login is performed. Whether it success or not.
Gives:
Error: Only supported on linux platform
https://github.com/nao20010128nao/ytdl-patched/blob/master/.github/workflows/build.yml
a.log
The text was updated successfully, but these errors were encountered:
I would love if you guys could resolve this issue
Sorry, something went wrong.
Allow use of this action in non-linux platforms with warning (fixes d…
fa97036
…ocker#47)
Successfully merging a pull request may close this issue.
Behaviour
Steps to reproduce this issue
Run following workflow: (this is minimal I think)
Expected behaviour
Login is performed. Whether it success or not.
Actual behaviour
Gives:
Configuration
https://github.com/nao20010128nao/ytdl-patched/blob/master/.github/workflows/build.yml
Logs
a.log
The text was updated successfully, but these errors were encountered: