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 aa2854a commit 75e7183Copy full SHA for 75e7183
.github/workflows/publish-orders.yml
@@ -15,6 +15,10 @@ on:
15
- bellecour-prod
16
- arbitrum-sepolia-prod
17
- arbitrum-prod
18
+ app_address:
19
+ description: 'App address to publish orders for'
20
+ required: true
21
+ type: string
22
23
jobs:
24
publish-order:
@@ -34,6 +38,10 @@ jobs:
34
38
working-directory: deployment-dapp
35
39
run: npm ci
36
40
41
+ - name: Create app address file
42
+ working-directory: deployment-dapp
43
+ run: echo "${{ github.event.inputs.app_address }}" > .app-address
44
+
37
45
- name: Execute order action
46
47
env:
0 commit comments