We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b4bd4 commit f75716cCopy full SHA for f75716c
.github/workflows/caller.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
build:
7
- uses: .github/workflows/callee.yml
+ uses: ./.github/workflows/callee.yml
8
with:
9
matrix-ghc: "['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1']"
10
matrix-os: "['ubuntu-latest', 'macos-latest']"
0 commit comments