ahmadnassri / action-terraform-report

Updates Pull Requests with visual diff of Terraform Plan changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make pull request an input

aebrahim opened this issue · comments

GitHub security best practices suggest putting commenting workflows separate (details)

I have my workflow output the json and txt diffs as artifacts, and would like to call this action from a dependent workflow with those files - but this isn't currently possible because this action fails to get the pull request metadata from the dependent workflow.

Can we add an optional input for pull request number?

Many thanks for the awesome plugin!

this is a good idea, a Pull Request is welcome