We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontmatter should not be by convention, but should be allowed to be custom defined. This allows maximum flexibility. Take the following scenario:
It would be great if the user could define their own frontmatter to not have to define multiple different ones for each action. Example:
name: Create Medium Post uses: philips-software/post-to-medium-action@v0.2 with: integration_token: "${{ secrets.INTEGRATION_TOKEN }}" file: ${{ steps.changed-files.outputs.added_files }} content_format: "markdown" notify_followers: "false" publication_name: "#!#fm.publication_name" tags: "#!#fm.categories" title: "#!#fm.title"
#!# syntax is placeholder, and is subject to change. https://github.com/philips-labs/tabia#filter uses such an approach using a Golang library to define filters. Implementation link: https://github.com/philips-labs/tabia/blob/c6b5005250d791ec2a64ae7f824692ffc6f208f6/lib/github/filter.go
#!#
To do:
The text was updated successfully, but these errors were encountered:
This will also resolve #20.
Sorry, something went wrong.
No branches or pull requests
Frontmatter should not be by convention, but should be allowed to be custom defined. This allows maximum flexibility.
Take the following scenario:
It would be great if the user could define their own frontmatter to not have to define multiple different ones for each action.
Example:
#!#
syntax is placeholder, and is subject to change.https://github.com/philips-labs/tabia#filter uses such an approach using a Golang library to define filters. Implementation link: https://github.com/philips-labs/tabia/blob/c6b5005250d791ec2a64ae7f824692ffc6f208f6/lib/github/filter.go
To do:
The text was updated successfully, but these errors were encountered: