Skip to content

Commit

Permalink
Fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Nov 20, 2023
1 parent 886fcb3 commit 641be01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
run:
name: Upload Data to S3
runs-on: ubuntu-latest
if: github.repository == 'sunpy/sample-data'
if: github.repository == 'sunpy/data'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 641be01

Please sign in to comment.