To test, you have to push to a branch and then use it from a different repo:
- name: Update Import Map
uses: single-spa/action-deploy-to-import-map-deployer@branchName
Github actions are used via git tags. For non-breaking changes, use the following workflow:
git tag -f v1 $(git rev-parse HEAD)
git push
git push -f --tags