Skip to content

Commit

Permalink
docs: update references to action repository
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 14, 2019
1 parent e6a3b5c commit 617ebf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ action "Install" {
action "Publish" {
needs = "Install"
uses = "byCedric/ci-expo@2.2.0"
uses = "expo/expo-github-action@2.2.0"
args = "publish"
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
}
Expand Down Expand Up @@ -101,7 +101,7 @@ action "Filter branch" {
action "Publish" {
needs = "Filter branch"
uses = "byCedric/ci-expo@2.2.0"
uses = "expo/expo-github-action@2.2.0"
args = "publish"
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
}
Expand Down Expand Up @@ -134,7 +134,7 @@ action "Test" {
action "Publish" {
needs = "Test"
uses = "byCedric/ci-expo@2.2.0"
uses = "expo/expo-github-action@2.2.0"
args = "build:web"
}
```
Expand Down

0 comments on commit 617ebf8

Please sign in to comment.