Update windows_action_test.yml

This commit is contained in:
Guillaume Falourd 2021-12-21 09:59:51 -03:00 committed by GitHub
parent 02368a9186
commit ba35a84a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,4 +31,10 @@ jobs:
access_token: ${{ github.token }} access_token: ${{ github.token }}
force: true force: true
empty: true empty: true
tags: true tags: true
windows-nochanges:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: GuillaumeFalourd/git-commit-push@main