Skip to content

Commit

Permalink
branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Oct 30, 2024
1 parent e53feb4 commit 136f423
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/google-form-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
commit-message: Import events from Google Form
title: "[Google Form] New Event!"
add-paths: events/
branch: google-form/event
body: |
${{steps.generate.outputs.pr_message}}
1 change: 1 addition & 0 deletions .github/workflows/google-form-faqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
with:
commit-message: Import FAQs from Google Form
title: "[Google Form] New FAQ!"
branch: google-form/faq
add-paths: faqs/
2 changes: 2 additions & 0 deletions .github/workflows/google-form-news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
commit-message: Import news posts from Google Form
title: "[Google Form] New News Post!"
branch: google-form/news
add-paths: news/_posts/

- name: Update recordings from Google Form
Expand All @@ -66,6 +67,7 @@ jobs:
title: "[Google Form] New Recording Submission!"
commit-message: add new recording from Google Form submission
add-paths: topics/
branch: google-form/recordings
committer: "Saskia Hiltemann <[email protected]>"
author: "Saskia Hiltemann <[email protected]>"
body: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/google-form-recordings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
add-paths: topics/
committer: "Saskia Hiltemann <[email protected]>"
author: "Saskia Hiltemann <[email protected]>"
branch: google-form/recordings
body: |
New recording submitted!
Expand Down

0 comments on commit 136f423

Please sign in to comment.