Skip to content

Commit

Permalink
Read fact after playbook run
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 24, 2024
1 parent 747bc81 commit 7c986fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,6 @@ runs:
--verbose
playbook: run.yml
requirements: requirements.yml
- run: echo "MT_FACT=$(jq -c . < /etc/ansible/facts.d/metatrader.fact)" >> $GITHUB_ENV
- run: echo '${{ fromJson(env.MT_FACT) }}'
using: composite

0 comments on commit 7c986fd

Please sign in to comment.