This commit is contained in:
David Taylor 2023-11-27 12:34:31 +00:00
parent 94757cc9bc
commit d781c62658
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 2 additions and 2 deletions

View File

@ -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