Skip to content

Commit

Permalink
fixed input names
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier committed Aug 16, 2024
1 parent 08650f7 commit 0bbce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caller-interactive-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ./.github/workflows/pipeline.yml
with:
graph_url: ${{ inputs.graph_url}}
artifact: ${{ inputs.graph_url}}
artifact: ${{ inputs.artifact}}
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 0bbce80

Please sign in to comment.