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 4ba576b commit 039bdf4Copy full SHA for 039bdf4
.github/workflows/pyth-sdk-terra.yml renamed to .github/workflows/pyth-sdk-cw.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
defaults:
16
run:
17
- working-directory: ./pyth-sdk-terra
+ working-directory: ./pyth-sdk-cw
18
steps:
19
- uses: actions/checkout@v2
20
- name: Install dependencies
.github/workflows/pyth-sdk-example-terra-contract.yml renamed to .github/workflows/pyth-sdk-example-cw-contract.yml
@@ -16,7 +16,7 @@ jobs:
- working-directory: ./examples/terra-contract
+ working-directory: ./examples/cw-contract
21
- name: Checkout sources
22
uses: actions/checkout@v2
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments