From f60290056052f3cfd048c5f8575379fa1d0087db Mon Sep 17 00:00:00 2001 From: Dan German Date: Thu, 11 Apr 2024 12:10:07 +0300 Subject: [PATCH] work --- .github/workflows/generate-file.yml | 2 +- .github/workflows/upload-to-s3.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-file.yml b/.github/workflows/generate-file.yml index 52e032c..2a3f3b6 100644 --- a/.github/workflows/generate-file.yml +++ b/.github/workflows/generate-file.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/upload-to-s3.yml b/.github/workflows/upload-to-s3.yml index 84896bb..0d9b1d3 100644 --- a/.github/workflows/upload-to-s3.yml +++ b/.github/workflows/upload-to-s3.yml @@ -30,5 +30,4 @@ jobs: aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}} aws_bucket: "blocksbucket" source_dir: "./" - destination_dir: "./" - + destination_dir: "./" \ No newline at end of file