add-and-commit
add-and-commit copied to clipboard
:octocat: Automatically commit changes made in your workflow run directly to your repo
If no files were updated, the commit would be empty and the push will say "Everything up-to-date". Is there a way to capture that via step output? For example, we...
**Describe the bug** I created a workflow which pushes updated visual regression screenshots when those tests fail, pushing the images takes twice as long as running the entire presubmit lint/test...
``` - uses: EndBug/[email protected] with: add: 'something/frontend/src/locales/en/en.json' message: '[skip ci] Update translations from scanner' push: --force ``` This works but we want to run on the latest version so we...
As of now, you can use git worktrees by creating the worktree, running `add-and-commit` in that directory using the `cwd` input, and then deleting that worktree. It would be useful...
Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.0.10. Release notes Sourced from husky's releases. v9.0.10 fix: rename index.d.ts to index.d.mts by @mrkjdy in typicode/husky#1379 v9.0.9 refactor: rename files by @typicode in typicode/husky#1378...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.1 to 6.20.0. Release notes Sourced from @typescript-eslint/parser's releases. v6.20.0 6.20.0 (2024-01-29) 🚀 Features eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248) 🩹 Fixes eslint-plugin:...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.19.1 to 6.20.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v6.20.0 6.20.0 (2024-01-29) 🚀 Features eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248) 🩹 Fixes eslint-plugin:...
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog Changelog Sourced from prettier's changelog. 3.2.5 diff Support Angular inline styles as single template literal...
Hello, Since the fetch is taking a long time, I tryed to fetch only one branch with this configuration : ``` env: BRANCH_REF: ${{ github.event.pull_request.head.ref || github.ref_name }} ... -...
workflow: https://github.com/Botspot/pi-apps/actions/runs/7676529394/workflow working tree is checked for any changes with `git diff HEAD --name-only` and the output is ``` apps/Oh My Posh/install apps/Pycharm CE/install-64 ``` https://github.com/Botspot/pi-apps/actions/runs/7676529394/job/20924363545#step:5:41 these are files that...