The docs mention to use the following in Github actions:
- uses: open-policy-agent/setup-regal@v2
However, currently there only exists a tag v2.0.0, no v2 explicitly and Github is not automatically resolving this. Everything is working fine with
- uses: open-policy-agent/setup-regal@v2.0.0
Would be great, if you could update the documentation and/or create the v2 tag as well 🙏
The docs mention to use the following in Github actions:
However, currently there only exists a tag
v2.0.0, nov2explicitly and Github is not automatically resolving this. Everything is working fine withWould be great, if you could update the documentation and/or create the
v2tag as well 🙏