Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed May 1, 2020
1 parent 34536ad commit 69d0f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-samples-branch.yml
Expand Up @@ -7,6 +7,7 @@ jobs:
check-samples-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check that samples branch refers to master.
run: |
Get-ChildItem | Write-Host;
Expand Down

0 comments on commit 69d0f00

Please sign in to comment.