mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +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:
|
||||
schedule:
|
||||
- cron: '0 3,15 * * *'
|
||||
@ -66,11 +66,11 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Trigger "Build go packages" workflow
|
||||
- name: Trigger "Build python packages" workflow
|
||||
run:
|
||||
./helpers/github/run-ci-builds.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" `
|
||||
-AccessToken "${{ secrets.PERSONAL_TOKEN }}" `
|
||||
-WorkflowFileName "build-go-packages.yml" `
|
||||
-WorkflowFileName "python-builder.yml" `
|
||||
-WorkflowDispatchRef "main" `
|
||||
-ToolVersions "${{ env.TOOL_VERSIONS }}" `
|
||||
-PublishReleases "true"
|
||||
|
Reference in New Issue
Block a user