Skip to content

Commit

Permalink
Added workingDirectory setting to s3-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmartin committed Oct 17, 2023
1 parent 344856d commit 7c07e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/researcher-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
with:
bucket: models-resources
prefix: researcher-reports
workingDirectory: ./researcher-reports
awsAccessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }}
awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# Parameters to GHActions have to be strings, so a regular yaml array cannot
Expand Down

0 comments on commit 7c07e9b

Please sign in to comment.