Skip to content

Commit 039bdf4

Browse files
committed
Update github actions
1 parent 4ba576b commit 039bdf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pyth-sdk-terra.yml renamed to .github/workflows/pyth-sdk-cw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
defaults:
1616
run:
17-
working-directory: ./pyth-sdk-terra
17+
working-directory: ./pyth-sdk-cw
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Install dependencies

.github/workflows/pyth-sdk-example-terra-contract.yml renamed to .github/workflows/pyth-sdk-example-cw-contract.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
defaults:
1818
run:
19-
working-directory: ./examples/terra-contract
19+
working-directory: ./examples/cw-contract
2020
steps:
2121
- name: Checkout sources
2222
uses: actions/checkout@v2
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
defaults:
4141
run:
42-
working-directory: ./examples/terra-contract
42+
working-directory: ./examples/cw-contract
4343
steps:
4444
- name: Checkout sources
4545
uses: actions/checkout@v2

0 commit comments

Comments
 (0)