File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5353 ImportOptions__ApiKeys__QuestKey : ${{ secrets.QUEST_KEY }}
5454 ImportOptions__ApiKeys__SequesterPrivateKey : ${{ secrets.SEQUESTER_PRIVATEKEY }}
5555 ImportOptions__ApiKeys__SequesterAppID : ${{ secrets.SEQUESTER_APPID }}
56- ISSUENUMBER : ${{ github.event.inputs.issue }}
5756 with :
5857 org : ${{ github.repository_owner }}
5958 repo : ${{ github.repository }}
60- issue : $ISSUENUMBER
59+ issue : ${{ github.event.inputs.issue }}
6160
6261 # This step occurs automatically, passing the issue number from the event
6362 - name : auto-sequester
7069 ImportOptions__ApiKeys__QuestKey : ${{ secrets.QUEST_KEY }}
7170 ImportOptions__ApiKeys__SequesterPrivateKey : ${{ secrets.SEQUESTER_PRIVATEKEY }}
7271 ImportOptions__ApiKeys__SequesterAppID : ${{ secrets.SEQUESTER_APPID }}
73- ISSUENUMBER : ${{ github.event.inputs.issue }}
7472 with :
7573 org : ${{ github.repository_owner }}
7674 repo : ${{ github.repository }}
77- issue : $ISSUENUMBER
75+ issue : ${{ github.event.issue.number }}
You can’t perform that action at this time.
0 commit comments