Skip to content

Commit 23ce812

Browse files
authored
change links
1 parent 83c5dda commit 23ce812

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Easily integrate Dropbox into your CI/CD pipelines with GitHub Actions for Dropb
99
- `Download folder as .zip`
1010
- `Move file/folder`
1111

12-
See [Examples Usage](https://github.com/gomes42/gh-actions-dropbox?tab=readme-ov-file#-examples-usage)
12+
See [Examples Usage](https://github.com/gomes042/gh-actions-dropbox?tab=readme-ov-file#-examples-usage)
1313

1414
# ⚙️ Configuration
1515

@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
- name: Dropbox Upload 📦
53-
uses: gomes42/gh-actions-dropbox/files/upload@2
53+
uses: gomes042/gh-actions-dropbox/files/upload@2
5454
with:
5555
DROPBOX_APP_KEY: ${{ secrets.DROPBOX_APP_KEY }}
5656
DROPBOX_APP_SECRET: ${{ secrets.DROPBOX_APP_SECRET }}
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v4
8383

8484
- name: Dropbox Download file 📦
85-
uses: gomes42/gh-actions-dropbox/files/download@2
85+
uses: gomes042/gh-actions-dropbox/files/download@2
8686
with:
8787
DROPBOX_APP_KEY: ${{ secrets.DROPBOX_APP_KEY }}
8888
DROPBOX_APP_SECRET: ${{ secrets.DROPBOX_APP_SECRET }}
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/checkout@v4
115115

116116
- name: Dropbox Download (.zip) 📦
117-
uses: gomes42/gh-actions-dropbox/files/download_zip@2
117+
uses: gomes042/gh-actions-dropbox/files/download_zip@2
118118
with:
119119
DROPBOX_APP_KEY: ${{ secrets.DROPBOX_APP_KEY }}
120120
DROPBOX_APP_SECRET: ${{ secrets.DROPBOX_APP_SECRET }}
@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/checkout@v4
147147

148148
- name: Dropbox Move 📦
149-
uses: gomes42/gh-actions-dropbox/files/move@2
149+
uses: gomes042/gh-actions-dropbox/files/move@2
150150
with:
151151
DROPBOX_APP_KEY: ${{ secrets.DROPBOX_APP_KEY }}
152152
DROPBOX_APP_SECRET: ${{ secrets.DROPBOX_APP_SECRET }}
@@ -167,10 +167,10 @@ jobs:
167167

168168
# 🤝 Contributing
169169

170-
Contributions are welcome! Please feel free to submit a [Pull Request](https://github.com/gomes42/gh-actions-dropbox/pulls) or [open an issue](https://github.com/gomes42/gh-actions-dropbox/issues).
170+
Contributions are welcome! Please feel free to submit a [Pull Request](https://github.com/gomes042/gh-actions-dropbox/pulls) or [open an issue](https://github.com/gomes042/gh-actions-dropbox/issues).
171171

172-
<a href = "https://github.com/gomes42/gh-actions-dropbox/graphs/contributors">
173-
<img src = "https://contrib.rocks/image?repo=gomes42/gh-actions-dropbox"/>
172+
<a href = "https://github.com/gomes042/gh-actions-dropbox/graphs/contributors">
173+
<img src = "https://contrib.rocks/image?repo=gomes042/gh-actions-dropbox"/>
174174
</a>
175175

176176
# 📜 License

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ runs:
1111
uses: actions/github-script@v7
1212
with:
1313
script: |
14-
throw new Error(`See usage examples at: https://github.com/gomes42/gh-actions-dropbox`);
14+
throw new Error(`See usage examples at: https://github.com/gomes042/gh-actions-dropbox`);

0 commit comments

Comments
 (0)