mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 14:06:46 +00:00
Correct names for workflow, jobs and workflows to trigger
This commit is contained in:
6
.github/workflows/get-python-versions.yml
vendored
6
.github/workflows/get-python-versions.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Get Go versions
|
name: Get Python versions
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3,15 * * *'
|
- cron: '0 3,15 * * *'
|
||||||
@@ -66,11 +66,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Trigger "Build go packages" workflow
|
- name: Trigger "Build python packages" workflow
|
||||||
run:
|
run:
|
||||||
./helpers/github/run-ci-builds.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" `
|
./helpers/github/run-ci-builds.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" `
|
||||||
-AccessToken "${{ secrets.PERSONAL_TOKEN }}" `
|
-AccessToken "${{ secrets.PERSONAL_TOKEN }}" `
|
||||||
-WorkflowFileName "build-go-packages.yml" `
|
-WorkflowFileName "python-builder.yml" `
|
||||||
-WorkflowDispatchRef "main" `
|
-WorkflowDispatchRef "main" `
|
||||||
-ToolVersions "${{ env.TOOL_VERSIONS }}" `
|
-ToolVersions "${{ env.TOOL_VERSIONS }}" `
|
||||||
-PublishReleases "true"
|
-PublishReleases "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user