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.
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.