Skip to content

Commit 5073a68

Browse files
authored
Update bitexport.yml
1 parent f4d8fb7 commit 5073a68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/bitexport.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ jobs:
4646
bit export $BIT_COLLECTION
4747
- name: Commit changes
4848
run: |
49-
echo ${{ toJson(steps.bitexport) }}
50-
echo ${{ toJson(github.actor) }}
51-
echo $GH_USERNAME
49+
echo ${{ toJson(jobs.build.steps.bitexport) }}
50+
echo ${{ github.actor }}
5251
git config --global user.name '$GH_USERNAME'
5352
git config --global user.email '[email protected]'
5453
git commit -am "Automated commit"

0 commit comments

Comments
 (0)