Skip to content

Commit

Permalink
Try to specify config path better
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Dec 7, 2021
1 parent 4cca384 commit 65b4714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/starting-course.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
resources/images/04-figures_files \
Course_Name.rds \
docs/*.html \
docs/*.md \
docs/*.md
# Commit modified files
- name: Commit deleted files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-send-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
with:
GH_PAT: ${{ secrets.GH_PAT }}
COMMIT_BODY: release-${{ steps.get_tag.outputs.version }}
CONFIG_PATH: test-sync.yml
CONFIG_PATH: ./github/workflows/test-sync.yml

0 comments on commit 65b4714

Please sign in to comment.