Copy github action to separate directory#338
Conversation
So when referenced by external repositories, it's more clear what the action does, as reference will include path to the action. Original action.yml at the root is not deleted to not disrupt current users. After this gets merged into master, original file can be deleted.
|
Mention action.yml in commit msg pls. |
It is already mentioned in the commit message. |
Are we actually referencing it from external repos? I see we stopped using it in pulumi-deploy because we stopped using the pulumi action. |
Yes, we stopped using it from pulumi-deploy. |
|
So then this doesn't need to be 2 PRs, just one is enough, right? |
No, because this repository references the action as |
So when referenced by external repositories, it's more clear what the action does, as reference will include path to the action.
Original action.yml at the root is not deleted to not disrupt current users. After this gets merged into master, original file can be deleted.