Update README.md (#492)

Use correct id of step
robherley/update-readme-limit
shmuel 4 months ago committed by GitHub
parent cf8714cfea
commit c320f57948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -348,7 +348,7 @@ jobs:
job1:
runs-on: ubuntu-latest
outputs:
output1: ${{ steps.my-artifact.outputs.artifact-id }}
output1: ${{ steps.artifact-upload-step.outputs.artifact-id }}
steps:
- uses: actions/upload-artifact@v4
id: artifact-upload-step

Loading…
Cancel
Save