Update flutter.yml
This commit is contained in:
15
.github/workflows/flutter.yml
vendored
15
.github/workflows/flutter.yml
vendored
@@ -37,14 +37,13 @@ jobs:
|
|||||||
# echo "changes_detected=false" >> $GITHUB_OUTPUT
|
# echo "changes_detected=false" >> $GITHUB_OUTPUT
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
#- name: Commit Changes
|
- name: Commit Changes
|
||||||
# if: steps.check_changes.outputs.changes_detected == 'true'
|
run: |
|
||||||
# run: |
|
git config --global user.name "GitHub Actions"
|
||||||
# git config --global user.name "GitHub Actions"
|
git config --global user.email "actions@github.com"
|
||||||
# git config --global user.email "actions@github.com"
|
git add .
|
||||||
# git add .
|
git commit -m "Actions: Licenses updated [skip ci]"
|
||||||
# git commit -m "Actions: Licenses updated [skip ci]"
|
git push
|
||||||
# git push
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user