-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Current config is not completely DRY, users have to config the environment URL and the WordPress.org plugin slug:
environment:
name: WordPress.org plugin directory
url: https://wordpress.org/plugins/salesfeed/ 👈
with:
username: ${{ vars.WORDPRESS_ORG_PRONAMIC_USERNAME }}
password: ${{ secrets.WORDPRESS_ORG_PRONAMIC_PASSWORD }}
tag: ${{ inputs.tag || github.event.release.tag_name }}
slug: salesfeed 👈
Maybe we can add support for ${{ github.environment.url }}?
with:
username: ${{ vars.WORDPRESS_ORG_PRONAMIC_USERNAME }}
password: ${{ secrets.WORDPRESS_ORG_PRONAMIC_PASSWORD }}
tag: ${{ inputs.tag || github.event.release.tag_name }}
url: ${{ github.environment.url }}
We can retrieve the slug from the https://wordpress.org/plugins/salesfeed/ URL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels