We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be8f96 commit cc61320Copy full SHA for cc61320
README.md
@@ -49,7 +49,7 @@ Example: `https://400bk2i89lheb6d8olltc2grqgfaqfge1im134ed6q1ro0g0fbnk1to.siasky
49
## Example usage
50
51
```yaml
52
-uses: kwypchlo/deploy-to-skynet-action@main
+uses: SkynetLabs/deploy-to-skynet-action@v1
53
with:
54
upload-dir: public
55
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -83,7 +83,7 @@ jobs:
83
run: yarn build
84
85
- name: Deploy to Skynet
86
- uses: kwypchlo/deploy-to-skynet-action@main
+ uses: SkynetLabs/deploy-to-skynet-action@v1
87
88
89
0 commit comments