Skip to content

Commit d994134

Browse files
committed
fix checkout
1 parent 980c438 commit d994134

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core (Ubuntu)
1+
name: Build all
22

33
on: [push]
44

@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout the repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v1
1717

1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1

.github/workflows/master.yml renamed to .github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build all (master)
1+
name: Nuget publish
22

33
on:
44
release:

0 commit comments

Comments
 (0)