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 25c626a commit bfad1b1Copy full SHA for bfad1b1
.github/workflows/publish-orders.yml
@@ -37,7 +37,8 @@ jobs:
37
- name: Install dependencies
38
working-directory: deployment-dapp
39
run: npm ci
40
-
+
41
+ # TODO: Migrate to a github workflow using vars instead of app-address files
42
- name: Create app address file
43
44
run: echo "${{ github.event.inputs.app_address }}" > .app-address
0 commit comments