Update main.yml
This commit is contained in:
parent
433f1280ec
commit
7445256cb4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
||||||
- name: Run a multi-line script
|
- name: Run a multi-line script
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/code/
|
cd $GITHUB_WORKSPACE/code/
|
||||||
|
git config user.name "GitHub Actions Bot"
|
||||||
|
git config user.email "<>"
|
||||||
ls $GITHUB_WORKSPACE
|
ls $GITHUB_WORKSPACE
|
||||||
node converter.js $GITHUB_WORKSPACE
|
node converter.js $GITHUB_WORKSPACE
|
||||||
git add $GITHUB_WORKSPACE/story/*
|
git add $GITHUB_WORKSPACE/story/*
|
||||||
|
|
Loading…
Reference in a new issue