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 cc3c487 commit 865e2fcCopy full SHA for 865e2fc
.github/workflows/canvas-sync-html.yml renamed to .github/workflows/canvas-sync-codegrade.yml
@@ -1,6 +1,4 @@
1
-# Secret stored in learn-co-curriculum Settings/Secrets
2
-
3
-name: Sync with Canvas HTML
+name: Sync with Canvas CodeGrade
4
5
on:
6
push:
@@ -20,13 +18,14 @@ jobs:
20
18
- name: Set up Ruby
21
19
uses: ruby/setup-ruby@v1
22
with:
23
- ruby-version: 2.7
+ ruby-version: 2.6
24
25
- name: Install github-to-canvas
26
run: gem install github-to-canvas
27
+ # Secret stored in learn-co-curriculum Settings/Secrets
28
- name: Sync from .canvas file
29
- run: github-to-canvas -a -lr --forkable --contains-html
+ run: github-to-canvas -a -lr --contains-html
30
env:
31
CANVAS_API_KEY: ${{ secrets.CANVAS_API_KEY }}
32
CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }}
0 commit comments