Closed el-veee closed 4 years ago
Hey I noticed in the README.md Usage example, in the build section, in the uses like, there is no @master.
e.g. as it is, it looks like uses: operatehappy/packer-github-action
uses: operatehappy/packer-github-action
The other sections look like uses: operatehappy/packer-github-action@master
uses: operatehappy/packer-github-action@master
Is the build section correct? Or should it be @master?
@master
Hey @lachlanvass-srg,
Thank you for creating an issue for this - this has been fixed by #7, thanks to the wonderful contribution of @attesch 🎉
Hey I noticed in the README.md Usage example, in the build section, in the uses like, there is no @master.
e.g. as it is, it looks like
uses: operatehappy/packer-github-action
The other sections look like
uses: operatehappy/packer-github-action@master
Is the build section correct? Or should it be
@master
?