We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc3945 commit 457f119Copy full SHA for 457f119
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