We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08a939 commit 7090759Copy full SHA for 7090759
.github/workflows/meeting-notes.yml
@@ -39,8 +39,9 @@ jobs:
39
HACKMD_TOKEN: ${{ secrets.HACKMD_TOKEN }}
40
sync:
41
if: github.event.label.name == 'sync-hackmd-notes'
42
- uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@caec6b839f3dc5f8a534520e32100622325d752e # pin@main
+ uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@get-api-changes # pin@main
43
with:
44
pr_number: ${{ github.event.number }}
45
+ hackmd_team: conda-forge
46
secrets:
47
0 commit comments