Skip to content

Commit

Permalink
Switched the README to the official location
Browse files Browse the repository at this point in the history
Also added pinned versions for best practice (never use "latest" in production)
  • Loading branch information
larsvilhuber authored and atrisovic committed Jun 2, 2022
1 parent 8663fb6 commit 88c38e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send repo to Dataverse
uses: atrisovic/dataverse-uploader@master
uses: IQSS/dataverse-uploader@v1.1
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send repo to Dataverse
uses: atrisovic/dataverse-uploader@master
uses: IQSS/dataverse-uploader@v1.1
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send repo to Dataverse
uses: atrisovic/dataverse-uploader@master
uses: IQSS/dataverse-uploader@v1.1
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand All @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send repo to Dataverse
uses: atrisovic/dataverse-uploader@master
uses: IQSS/dataverse-uploader@v1.1
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand Down

0 comments on commit 88c38e4

Please sign in to comment.