Skip to content

Commit

Permalink
REMOVE_ME: add debug workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <[email protected]>
  • Loading branch information
thisthat committed Nov 13, 2023
1 parent ff3fef7 commit ec57f54
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/debug-release-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Debug Release Documentation

on:
workflow_dispatch:
inputs:
tag_name:
description: "Release Tag to use"
type: "string"
required: true

defaults:
run:
shell: bash

jobs:
update-docs:
name: Update Documentation test
with:
tag_name: ${{ inputs.tag_name }}
uses: ./.github/workflows/release-docs.yml
secrets: inherit

0 comments on commit ec57f54

Please sign in to comment.