Skip to content

Commit aa2854a

Browse files
committed
fix: remove action input from publish-orders workflow and hardcode publish-sell-order
1 parent 78e6d19 commit aa2854a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish-orders.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ on:
1515
- bellecour-prod
1616
- arbitrum-sepolia-prod
1717
- arbitrum-prod
18-
action:
19-
description: 'Order action'
20-
required: true
21-
type: choice
22-
options:
23-
- publish-sell-order
24-
- revoke-sell-order
2518

2619
jobs:
2720
publish-order:
@@ -48,4 +41,4 @@ jobs:
4841
PRICE: ${{ vars.SELL_ORDER_PRICE }}
4942
VOLUME: ${{ vars.SELL_ORDER_VOLUME }}
5043
RPC_URL: ${{ secrets.RPC_URL }}
51-
run: npm run ${{ github.event.inputs.action }}
44+
run: npm run publish-sell-order

0 commit comments

Comments
 (0)