mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
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>
20 lines
472 B
YAML
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/*'
|