Include output in action

This commit is contained in:
Paul Hatcherian 2023-08-24 19:01:19 -04:00
parent d93d2fb887
commit ba1fbef849

View file

@ -27,3 +27,7 @@ jobs:
- name: Run Action - name: Run Action
uses: ./ uses: ./
id: run id: run
- name: Print Diagnostic Output
run: echo $DEBUG_OUTPUT
env:
DEBUG_OUTPUT: ${{ steps.run.outputs.debug_output }}