Skip to content

Commit 5fa2a3b

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Completes UNB-2296 - GitHub action to auto-commit examples changes to examples-gallery repo
1 parent a71be47 commit 5fa2a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples_gallery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: changed_files
2424
if: ${{needs.changed_files.outputs.run_validations}}
2525
env:
26-
USER_EMAIL: Hello
26+
USER_EMAIL: gustavo@unbox.ai
2727
steps:
2828
- uses: actions/checkout@v2
2929
- name: Pushes to another repository
@@ -35,7 +35,7 @@ jobs:
3535
source-directory: examples
3636
destination-github-username: "unboxai"
3737
destination-repository-name: "examples-gallery"
38-
user-email: $GITHUB_ACTOR
38+
user-email: ${{ USER_EMAIL }}
3939
commit-message: ${{ github.event.head_commit.message }}
4040
target-branch: main
4141
- name: Test get variable exported by push-to-another-repository

0 commit comments

Comments
 (0)