Behaviour
Steps to reproduce this issue
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 }}
Expected behaviour
Login is performed. Whether it success or not.
Actual behaviour
Gives:
Error: Only supported on linux platform
Configuration
https://github.com/nao20010128nao/ytdl-patched/blob/master/.github/workflows/build.yml
Logs
a.log
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