├── .github └── workflows │ ├── generated-pr.yml │ ├── release.yml │ └── stale.yml ├── CHANGELOG.md ├── README.md ├── action.yml ├── screenshot-commit-status.png └── screenshot-pr-comment.png /.github/workflows/generated-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipshipyard/ipfs-deploy-action/HEAD/.github/workflows/generated-pr.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipshipyard/ipfs-deploy-action/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipshipyard/ipfs-deploy-action/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipshipyard/ipfs-deploy-action/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipshipyard/ipfs-deploy-action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipshipyard/ipfs-deploy-action/HEAD/action.yml -------------------------------------------------------------------------------- /screenshot-commit-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipshipyard/ipfs-deploy-action/HEAD/screenshot-commit-status.png -------------------------------------------------------------------------------- /screenshot-pr-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipshipyard/ipfs-deploy-action/HEAD/screenshot-pr-comment.png --------------------------------------------------------------------------------