Update
This commit is contained in:
parent
94757cc9bc
commit
d781c62658
|
@ -1,4 +1,4 @@
|
||||||
name: Pull Request Labeler
|
name: Ember Version Lockfiles
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
if [ ! -z "$(git status --porcelain app/models/)" ]; then
|
if [ ! -z "$(git status --porcelain)" ]; then
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update lockfiles for ember version flag"
|
git commit -m "Update lockfiles for ember version flag"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue