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 78e6d19 commit aa2854aCopy full SHA for aa2854a
.github/workflows/publish-orders.yml
@@ -15,13 +15,6 @@ on:
15
- bellecour-prod
16
- arbitrum-sepolia-prod
17
- arbitrum-prod
18
- action:
19
- description: 'Order action'
20
- required: true
21
- type: choice
22
- options:
23
- - publish-sell-order
24
- - revoke-sell-order
25
26
jobs:
27
publish-order:
@@ -48,4 +41,4 @@ jobs:
48
41
PRICE: ${{ vars.SELL_ORDER_PRICE }}
49
42
VOLUME: ${{ vars.SELL_ORDER_VOLUME }}
50
43
RPC_URL: ${{ secrets.RPC_URL }}
51
- run: npm run ${{ github.event.inputs.action }}
44
+ run: npm run publish-sell-order
0 commit comments