Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Nov 21, 2024
1 parent e90a57d commit f9ce7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ This meeting is open for anyone who wants to attend. Reminder to follow our [Cod

### Joining the meeting

* link for participants: https://zoom-lfx.platform.linuxfoundation.org/meeting/95266714809?password=f37cff1b-cb3a-4a21-9425-210e4714c72e
* link for participants: <%= issueTitle.include("Working") ? https://zoom-lfx.platform.linuxfoundation.org/meeting/95258037175?password=07aad89d-ff43-45df-9b28-f437e167a0b9 : hey %>
* For those who just want to watch: https://www.youtube.com/@expressjs-official
4 changes: 2 additions & 2 deletions .github/workflows/meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Starting on 2024-03-18 at 8pm UTC (2024-03-18T21:00:00.0Z) with a period of 2 weeks (P2W)
schedules: '2024-03-18T20:00:00.0Z/P2W'
createWithin: 'P1W'
issueTemplate: 'meeting-tc.md'
issueTemplate: 'meeting.md'

- name: Working Session
uses: 'pkgjs/meet@v0'
Expand All @@ -37,4 +37,4 @@ jobs:
# Starting on 2024-03-27 at 8pm UTC (2024-03-27T21:00:00.0Z) with a period of 2 weeks (P2W)
schedules: '2024-03-27T20:00:00.0Z/P2W'
createWithin: 'P1W'
issueTemplate: 'meeting-work-session.md'
issueTemplate: 'meeting.md'

0 comments on commit f9ce7eb

Please sign in to comment.