Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseMoranUrena523 authored Sep 10, 2023
1 parent c8a802a commit 6dafc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This example will mirror your repository to an R2 bucket called `repo-backup-buc

```yml
- name: R2 Backup
uses: JoseMoranUrena523/r2-backup@v1
uses: JoseMoranUrena523/r2-backup@v1.0.0
env:
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: R2 Backup
uses: JoseMoranUrena523/r2-backup@v0.0.2-alpha
uses: JoseMoranUrena523/r2-backup@v1.0.0
env:
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}
Expand Down

0 comments on commit 6dafc59

Please sign in to comment.