Skip to content

Commit

Permalink
move AnVIL_Feedback_Script
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineCox committed Jan 23, 2025
1 parent 08e57e0 commit 0a4f2ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ group:
test-send-updates.yml
starting-course.yml
release-notes.yml
- source: .github/AnVIL_Feedback_Script.sh
dest: .github/AnVIL_Feedback_Script.sh
- source: .github/ISSUE_TEMPLATE/course-problem-report.md
dest: .github/ISSUE_TEMPLATE/course-problem-report.md
- source: .github/ISSUE_TEMPLATE/course-content-add.md
dest: .github/ISSUE_TEMPLATE/course-content-add.md
- source: scripts/AnVIL_Feedback_Script.sh
dest: scripts/AnVIL_Feedback_Script.sh
- source: code_of_conduct.md
dest: code_of_conduct.md
- source: style-sets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
id: feedback
if: ${{needs.yaml-check.outputs.toggle_feedback_link == 'yes'}}
run: |
bash scripts/AnVIL_Feedback_Script.sh
bash .github/AnVIL_Feedback_Script.sh
git add _output.yml
git commit -m 'Set up feedback link' || echo "No changes to commit"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up feedback link
if: ${{needs.yaml-check.outputs.toggle_feedback_link == 'yes'}}
run: |
bash scripts/AnVIL_Feedback_Script.sh
bash .github/AnVIL_Feedback_Script.sh
git add _output.yml
git commit -m 'Set up feedback link' || echo "No changes to commit"
Expand Down

0 comments on commit 0a4f2ab

Please sign in to comment.