Update flutter.yml

This commit is contained in:
2025-08-18 13:24:42 +02:00
committed by GitHub
parent 014802a378
commit f6d90551b6

View File

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