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 37f2174 commit a01e8daCopy full SHA for a01e8da
.github/workflows/dispatch-event.yml
@@ -53,7 +53,7 @@ jobs:
53
token: ${{ secrets.COSDT_BOT_TOKEN }}
54
owner: pytorch
55
repository: pytorch
56
- labels: ${{ github.event.inputs.labels || 'module: PrivateUse1' }}
+ labels: "${{ github.event.inputs.labels || 'module: PrivateUse1' }}"
57
hours: ${{ github.event.inputs.hours || '24' }}
58
59
dispatch-pr:
0 commit comments