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 f063245 commit ff3fef7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
description: "Release Tag to use"
type: "string"
required: true
dry_run:
description: "Flag for testing"
type: "boolean"
default: false
required: false

env:
PAGE_DIR: "./tmp/page"
Expand Down Expand Up @@ -76,7 +71,6 @@ jobs:
- name: Push content
if: ${{ inputs.dry_run != true }}
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
Expand Down

0 comments on commit ff3fef7

Please sign in to comment.