Skip to content

Commit

Permalink
Updated descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
laukstein committed Mar 31, 2022
1 parent 8ed32b3 commit a9c4072
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DigitalOcean Spaces Action

GitHub Action to sync on DigitalOcean Spaces, purge changes from DigitalOcean CDN and Cloudflare cache.
GitHub Action to sync DigitalOcean Spaces, purge changes from DigitalOcean CDN and Cloudflare cache.

⚠️ Set `DELETE_UNTRACKED: false` if you wish to keep files in space that are not present in `LOCAL_DIR`.

Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Sync on DigitalOcean Space
- name: Sync DigitalOcean Spac
uses: laukstein/do-spaces@main
env:
DO_ACCESS: ${{ secrets.DO_ACCESS }}
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Sync on DigitalOcean Space, purge changes from DigitalOcean CDN
- name: Sync DigitalOcean Spac, purge changes from the CDN
uses: laukstein/do-spaces@main
env:
DO_TOKEN: ${{ secrets.DO_TOKEN }}
Expand All @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Sync on DigitalOcean Spaces, purge changes from DigitalOcean CDN and Cloudflare cache
- name: Sync DigitalOcean Space, purge changes from the CDN and Cloudflare cache
uses: laukstein/do-spaces@main
env:
DO_TOKEN: ${{ secrets.DO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "DigitalOcean Spaces Action"
description: "Sync on DigitalOcean Spaces, purge changes from DigitalOcean CDN and Cloudflare cache."
description: "Sync DigitalOcean Spaces, purge changes from DigitalOcean CDN and Cloudflare cache."
author: laukstein
runs:
using: "docker"
Expand Down

0 comments on commit a9c4072

Please sign in to comment.