thollander / actions-comment-pull-request

GitHub action to comment pull request
MIT License
327 stars 89 forks source link

Feature request: variable support when using `filePath` option? #383

Open jwarby opened 4 months ago

jwarby commented 4 months ago

Hi, do you think there is any possibility for supporting variables when sourcing the comment from a file using the filePath option? eg putting "Artifact URL: ${{ steps.artifact-upload.outputs.artifact-url }}" in the file will just output the string rather than the artifact URL.