Skip to content

Commit

Permalink
added reusable workflow 2
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Mar 25, 2024
1 parent b1d54b5 commit ce91e04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ jobs:

steps:
- name: Save the GH context in an artifact
run: echo "${{toJSON(github)}}" > gh_context.json
env:
GH_CONTEXT: ${{ toJSON(github) }}
run: echo $GH_CONTEXT > gh_context.json

- name: Upload the GH context artifact
uses: actions/upload-artifact@v4
with:
name: gh_context
path: ./gh_context.json
path: gh_context.json

0 comments on commit ce91e04

Please sign in to comment.