We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe30ef commit a0302a0Copy full SHA for a0302a0
.github/workflows/3-fix-broken-sidebar.yml
@@ -39,14 +39,6 @@ jobs:
39
- name: Checkout Repository
40
uses: actions/checkout@v4
41
42
-
43
- - name: Get response templates
44
- uses: actions/checkout@v4
45
- with:
46
- repository: skills/exercise-toolkit
47
- path: exercise-toolkit
48
- ref: v0.3.0
49
50
- name: Update Comment - Checking Work
51
run: |
52
gh issue comment "$ISSUE_URL" \
0 commit comments