Browse Source

Update examples-build.yml

Garrett Johnson 4 years ago
parent
commit
c28c630b5d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/examples-build.yml

+ 2 - 1
.github/workflows/examples-build.yml

@@ -31,6 +31,7 @@ jobs:
       uses: EndBug/add-and-commit@v7
       with:
         add: 'example/bundle'
-        branch: examples
+#         branch: examples
         message: 'update builds'
+        push: 'origin examples --force --set-upstream'
         pull_strategy: 'NO-PULL'