File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
24
24
jobs :
25
25
create :
26
26
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
28
28
with :
29
29
date : ${{ inputs.date || 'now' }}
30
30
template_path : misc/DEV_MEETING_TEMPLATE.md
39
39
HACKMD_TOKEN : ${{ secrets.HACKMD_TOKEN }}
40
40
sync :
41
41
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
43
43
with :
44
44
pr_number : ${{ github.event.number }}
45
45
hackmd_team : conda-forge
You can’t perform that action at this time.
0 commit comments