Merge branch 'config' into localApps
This commit is contained in:
commit
70c76240e7
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Configure repo
|
- name: Configure repo
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "githubaction@githubaction.com"
|
git config --local user.email "githubaction@githubaction.com"
|
||||||
git config --local user.name "github-action update-app-version"
|
git config --local user.name "github-action"
|
||||||
|
|
||||||
- name: Get list of updated files by the last commit in this branch separated by space
|
- name: Get list of updated files by the last commit in this branch separated by space
|
||||||
id: updated-files
|
id: updated-files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue