Skip to content

Commit 0eeeff4

Browse files
authored
Apply suggestions from code review
1 parent 7a6f25a commit 0eeeff4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/quest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ I
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
@@ -70,8 +69,7 @@ I
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 }}

0 commit comments

Comments
 (0)