Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-german committed Apr 11, 2024
1 parent 3d40505 commit f602900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: ./.github/workflows/upload-to-s3.yml
with:
workflow-name: generate-file.yml
run-id: ${{ github.run_id }}
run-id: ${{ github.event.workflow_run.id }}
secrets: inherit
needs: generate_text_file
3 changes: 1 addition & 2 deletions .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: "blocksbucket"
source_dir: "./"
destination_dir: "./"

destination_dir: "./"

0 comments on commit f602900

Please sign in to comment.