Skip to content

Commit

Permalink
Update use-reuseble-file.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leshaan99 authored Oct 12, 2024
1 parent c9e9486 commit c9c5d69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/use-reuseble-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
needs: build
# This job reuses another workflow defined in the file at the specified path
uses: ./.github/workflows/reuseble.yml
with:
# The "artifact-name" parameter is set to the value "dist-files"
artifact-name: dist-files
report:
needs: [lint, deploy]
if: failure()
Expand Down

0 comments on commit c9c5d69

Please sign in to comment.