File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ jobs:
17
17
env :
18
18
BIT_TOKEN : ${{ secrets.BIT_TOKEN }}
19
19
BIT_COLLECTION : ${{ secrets.BIT_COLLECTION }}
20
- GH_USERNAME : ${{ github.actor }}
21
20
# Steps represent a sequence of tasks that will be executed as part of the job
22
21
steps :
23
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
23
- uses : actions/checkout@v2
24
+ env :
25
+ GH_USERNAME : ${{ github.actor }}
25
26
26
27
# Install dependencies and build app
27
28
- name : Install Dependencies
46
47
- name : Commit changes
47
48
run : |
48
49
echo ${{ toJson(steps.bitexport) }}
49
- echo ${{ toJson(github) }}
50
+ echo ${{ toJson(github.actor) }}
51
+ echo $GH_USERNAME
50
52
git config --global user.name '$GH_USERNAME'
51
53
git config --global user.email '$GH_USERNAME@users.noreply.github.com'
52
54
git commit -am "Automated commit"
You can’t perform that action at this time.
0 commit comments