Skip to content

Commit

Permalink
Merge pull request #15 from KuraiAndras/feature/test-gh
Browse files Browse the repository at this point in the history
Fix Github CLI usage
  • Loading branch information
KuraiAndras authored Apr 16, 2021
2 parents bc15b2d + a713a50 commit 904eaa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
run-ci:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nukeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-packages:
runs-on: ubuntu-latest
runs-on: windows-latest
name: Update dependencies
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v2.1.0
Expand Down

0 comments on commit 904eaa7

Please sign in to comment.