diff options
| author | Kasra Bigdeli <[email protected]> | 2019-12-24 16:43:17 -0500 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-12-24 16:43:17 -0500 |
| commit | f270470a3f3325f6308d695abfcf9da9baad9f85 (patch) | |
| tree | 6b361d5e5cb8176b898826f15957aae14c450574 | |
| parent | bc883c7805104968b41910880ce07712cf0ee50b (diff) | |
| download | caprover-one-click-apps-f270470a3f3325f6308d695abfcf9da9baad9f85.tar.gz caprover-one-click-apps-f270470a3f3325f6308d695abfcf9da9baad9f85.zip | |
updated
| -rw-r--r-- | .github/workflows/main.yml | 2 | ||||
| -rwxr-xr-x | publish-from-actions.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 244d337..aeba7c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Publish One Click Apps on: push: - branches: [master_goes_here] + branches: [master] jobs: build: diff --git a/publish-from-actions.sh b/publish-from-actions.sh index acf95c8..d7f41f6 100755 --- a/publish-from-actions.sh +++ b/publish-from-actions.sh @@ -43,6 +43,7 @@ if [[ "$REPONAME" == "$GHIO" ]]; then else REMOTE_BRANCH="gh-pages" fi && \ +REMOTE_BRANCH="test-publish-pages" git init && \ git config user.name "${GITHUB_ACTOR}" && \ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \ |
