Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emptynick authored Mar 28, 2019
1 parent c1da292 commit eced5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ workflow "Build and publish assets" {
}

action "Build assets" {
uses = "elstudio/actions-js-build/build@master"
uses = "emptynick/actions-js-build/build@master"
args = "run dev"
}

action "Commit and push assets" {
uses = "elstudio/actions-js-build/commit@master"
uses = "emptynick/actions-js-build/commit@master"
needs = ["Build assets"]
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit eced5d3

Please sign in to comment.