Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlboba committed Dec 16, 2022
1 parent 0ea9fc2 commit dad2c87
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync with Canvas HTML
name: Sync with Canvas CodeGrade

on:
push:
Expand All @@ -25,7 +25,7 @@ jobs:

# Secret stored in learn-co-curriculum Settings/Secrets
- name: Sync from .canvas file
run: github-to-canvas -a -lr --forkable --contains-html
run: github-to-canvas -a -lr --contains-html
env:
CANVAS_API_KEY: ${{ secrets.CANVAS_API_KEY }}
CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }}
CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }}

0 comments on commit dad2c87

Please sign in to comment.