Skip to content

Commit

Permalink
Update deploy-to-wp-pronamic-directory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Sep 30, 2024
1 parent 8b3c67d commit 7b374b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-wp-pronamic-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
default: true
type: boolean
description: 'Deploy as "Latest"'
version:
description: 'Version to deploy to Pronamic WordPress directory'
tag:
description: 'Tag to deploy to Pronamic WordPress directory'
required: true
type: string

Expand All @@ -32,5 +32,5 @@ jobs:
username: pronamic
password: ${{ secrets.WP_PRONAMIC_DIRECTORY_PASSWORD }}
slug: pronamic-pay-with-mollie-for-gravity-forms
version: ${{ inputs.version }}
tag: ${{ inputs.tag }}
latest: ${{ inputs.latest }}

0 comments on commit 7b374b7

Please sign in to comment.