mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
android_studio_releases.main.kts: GitHub workflow fix
This commit is contained in:
parent
4a8923a3a1
commit
93eb47bb37
@ -6,12 +6,12 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
example-action:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Generate
|
||||
run: .github/workflows/generate-android-studio-releases.sh
|
||||
run: "${GITHUB_WORKSPACE}/.github/scripts/android_studio_releases.main.kts"
|
||||
- name: Commit changes
|
||||
uses: Endbug/add-and-commit@v8
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user