We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f756ff + 1b60441 commit a254845Copy full SHA for a254845
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