intellij-sdk-code-samples/.github/workflows/generate-android-studio-releases.yml
dependabot[bot] 706353ce63 build(deps): bump Endbug/add-and-commit from 8 to 9
Bumps [Endbug/add-and-commit](https://github.com/Endbug/add-and-commit) from 8 to 9.
- [Release notes](https://github.com/Endbug/add-and-commit/releases)
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Endbug/add-and-commit/compare/v8...v9)

---
updated-dependencies:
- dependency-name: Endbug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 08:53:21 +01:00

20 lines
472 B
YAML

name: Generate Android Studio releases
on:
schedule:
- cron: "1 1 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate
run: "${GITHUB_WORKSPACE}/.github/scripts/android_studio_releases.main.kts"
- name: Commit changes
uses: Endbug/add-and-commit@v9
with:
message: 'Generate Android Studio releases'
add: 'topics/_generated/*'