Skip to content

Commit

Permalink
Include .github folder
Browse files Browse the repository at this point in the history
Signed-off-by: Nino Kodabande <[email protected]>
  • Loading branch information
Nino-K committed Nov 29, 2023
1 parent aaf0811 commit 77777a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-runner-monitor-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
sparse-checkout: src/go/github-runner-monitor
sparse-checkout: |
src/go/github-runner-monitor
.github
- uses: actions/setup-go@v4
with:
go-version-file: src/go/github-runner-monitor/go.mod
Expand Down

0 comments on commit 77777a7

Please sign in to comment.