mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-24 11:54:59 +00:00
fixed unused code
This commit is contained in:
parent
94b0bba1de
commit
67d8037817
2 changed files with 0 additions and 7 deletions
5
.github/workflows/publish-packages.yml
vendored
5
.github/workflows/publish-packages.yml
vendored
|
@ -1,11 +1,6 @@
|
||||||
name: Publish to Buildkite
|
name: Publish to Buildkite
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
|
||||||
version:
|
|
||||||
description: SourceGit package version
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
secrets:
|
secrets:
|
||||||
BUILDKITE_TOKEN:
|
BUILDKITE_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -28,8 +28,6 @@ jobs:
|
||||||
needs: [package, version]
|
needs: [package, version]
|
||||||
name: Publish Packages
|
name: Publish Packages
|
||||||
uses: ./.github/workflows/publish-packages.yml
|
uses: ./.github/workflows/publish-packages.yml
|
||||||
with:
|
|
||||||
version: ${{ needs.version.outputs.version }}
|
|
||||||
secrets:
|
secrets:
|
||||||
BUILDKITE_TOKEN: ${{ secrets.BUILDKITE_TOKEN }}
|
BUILDKITE_TOKEN: ${{ secrets.BUILDKITE_TOKEN }}
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue