ci/flakestry: debugging

This commit is contained in:
Gaetan Lepage 2024-03-19 14:56:02 +01:00
parent 08ac92a38f
commit 0a5e0c68b8

View file

@ -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 }}"