We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71be47 commit 5fa2a3bCopy full SHA for 5fa2a3b
.github/workflows/examples_gallery.yml
@@ -23,7 +23,7 @@ jobs:
23
needs: changed_files
24
if: ${{needs.changed_files.outputs.run_validations}}
25
env:
26
- USER_EMAIL: Hello
+ USER_EMAIL: gustavo@unbox.ai
27
steps:
28
- uses: actions/checkout@v2
29
- name: Pushes to another repository
@@ -35,7 +35,7 @@ jobs:
35
source-directory: examples
36
destination-github-username: "unboxai"
37
destination-repository-name: "examples-gallery"
38
- user-email: $GITHUB_ACTOR
+ user-email: ${{ USER_EMAIL }}
39
commit-message: ${{ github.event.head_commit.message }}
40
target-branch: main
41
- name: Test get variable exported by push-to-another-repository
0 commit comments