Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-german committed Apr 10, 2024
1 parent bcc0c7c commit 593dc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
upload-to-s3:
uses: ./.github/workflows/upload-to-s3.yml
with:
workflow-name: ${{ github.workflow }}
workflow-name: generate-file.yml
# runs-on: ubuntu-latest
# steps:
# - name: Upload to s3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow: ${{ inputs.workflow-name }}.yml
workflow: ${{ inputs.workflow-name }}
skip_unpack: true
- name: ls
run: ls
Expand Down

0 comments on commit 593dc53

Please sign in to comment.