We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b473e4f + 457f119 commit 1b60441Copy full SHA for 1b60441
1 file changed
.github/workflows/syntaxCheckPullRequest.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Checkout playbooks
52
uses: actions/checkout@v2
53
with:
54
- repository: ${{needs.setup-matrix.output.checkout_name}}/tutorials
+ repository: ${{needs.setup-matrix.outputs.checkout_name}}/tutorials
55
ref: ${{needs.setup-matrix.outputs.checkout_ref}}
56
path: playbooks
57
- uses: actions/setup-node@v2-beta
0 commit comments