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 e0742df commit 9a0548b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/use-reuseble-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ jobs:
# Passing the input to the reusable workflow
artifacts-name: 'dist-files'
print-deploy-result:
# This job depends on the successful completion of the "deploy" job
needs: deploy
runs-on: ubuntu-latest
steps:
- name: Print deploy outputs
# Runs a command to print the output value from the "deploy" job
run: echo "${{ needs.deploy.outputs.result }}"
report:
needs: [lint, deploy]
Expand Down

0 comments on commit 9a0548b

Please sign in to comment.