Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Dec 5, 2024
1 parent f7d799c commit 5ebe8d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:

use_output:
runs-on: ubuntu-latest
needs: run_first_workflow

steps:
- name: Access Output from First Workflow
run: |
echo "The generated value from the first workflow is: ${{ github.event.workflow_run.outputs.generated_value }}"
echo "The generated value from the first workflow is: ${{ needs.run_first_workflow.outputs.generated_value }}"

0 comments on commit 5ebe8d8

Please sign in to comment.