mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-25 04:14:59 +00:00
fix naming from packagecloud to buildkite
This commit is contained in:
parent
5a0c06f7b3
commit
3de319fede
2 changed files with 4 additions and 4 deletions
6
.github/workflows/publish-packages.yml
vendored
6
.github/workflows/publish-packages.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Publish to PackageCloud
|
||||
name: Publish to Buildkite
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
@ -7,11 +7,11 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
PACKAGECLOUD_TOKEN:
|
||||
BUILDKITE_TOKEN:
|
||||
required: true
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish to PackageCloud
|
||||
name: Publish to Buildkite
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue