mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
- main
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
description: "The existing reference to publish"
|
||||
type: "string"
|
||||
required: true
|
||||
jobs:
|
||||
publish-flake:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -13,4 +17,4 @@ jobs:
|
|||
steps:
|
||||
- uses: flakestry/flakestry-publish@main
|
||||
with:
|
||||
version: "${{ github.ref_name }}"
|
||||
ref: "${{ inputs.ref || github.ref }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue