Skip to content

Commit 2127acf

Browse files
authored
Update meeting-notes.yml
1 parent a400771 commit 2127acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meeting-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
create:
2626
if: github.event_name != 'pull_request'
27-
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/create-meeting-notes-pr.yml@caec6b839f3dc5f8a534520e32100622325d752e # @main
27+
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/create-meeting-notes-pr.yml@ea8656941b46e915d2727b11072cd45d8b3aaffc # @main
2828
with:
2929
date: ${{ inputs.date || 'now' }}
3030
template_path: misc/DEV_MEETING_TEMPLATE.md
@@ -39,7 +39,7 @@ jobs:
3939
HACKMD_TOKEN: ${{ secrets.HACKMD_TOKEN }}
4040
sync:
4141
if: github.event.label.name == 'sync-hackmd-notes'
42-
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@get-api-changes # pin@main
42+
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@ea8656941b46e915d2727b11072cd45d8b3aaffc # pin@main
4343
with:
4444
pr_number: ${{ github.event.number }}
4545
hackmd_team: conda-forge

0 commit comments

Comments
 (0)