mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
ci/flakestry: debugging
This commit is contained in:
parent
08ac92a38f
commit
0a5e0c68b8
1 changed files with 8 additions and 4 deletions
12
.github/workflows/flakestry-publish-rolling.yml
vendored
12
.github/workflows/flakestry-publish-rolling.yml
vendored
|
@ -1,9 +1,13 @@
|
||||||
name: "Publish every Git push to main to Flakestry"
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
ref:
|
||||||
|
description: "The existing reference to publish"
|
||||||
|
type: "string"
|
||||||
|
required: true
|
||||||
jobs:
|
jobs:
|
||||||
publish-flake:
|
publish-flake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -13,4 +17,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: flakestry/flakestry-publish@main
|
- uses: flakestry/flakestry-publish@main
|
||||||
with:
|
with:
|
||||||
version: "${{ github.ref_name }}"
|
ref: "${{ inputs.ref || github.ref }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue