Skip to content

Commit

Permalink
Update build-and-publish-dynamo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasFlamy authored Mar 15, 2024
1 parent f76ab5e commit 141ed94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-dynamo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
workflow_dispatch: # click the button on Github repo!
inputs:
build-and-publish: # Adds a boolean option that appears during manual workflow run that makes it build and publish.
description: 'Build and Publish'
description: 'ENABLE THIS to Build and Publish'
type: boolean
default: true
default: false

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit 141ed94

Please sign in to comment.