updated
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -2,7 +2,7 @@ name: Publish One Click Apps
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master_goes_here]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@ -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" && \
|
||||
|
||||
Reference in New Issue
Block a user