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