Skip to content

Commit 75dadae

Browse files
committed
Fix github actions
1 parent 039bdf4 commit 75dadae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pyth-sdk-cw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Terra SDK
1+
name: CW SDK
22

33
on:
44
push:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
defaults:
3030
run:
31-
working-directory: ./pyth-sdk-terra
31+
working-directory: ./pyth-sdk-cw
3232
steps:
3333
- name: Checkout sources
3434
uses: actions/checkout@v2

.github/workflows/pyth-sdk-example-cw-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pyth SDK Example Terra Contract
1+
name: Pyth SDK Example CW Contract
22

33
on:
44
push:

0 commit comments

Comments
 (0)