Skip to content

Commit

Permalink
ci: change var export
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Sep 16, 2024
1 parent 7eadbda commit d22e2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
id: commit-hashes
run: |
export DATIL_COMMIT_HASH="ae3c20e07eb933b61073689b95f56867c03de252"
echo "datil_commit_hash=${DATIL_COMMIT_HASH}" >> DATIL_COMMIT
echo "datil_commit_hash=${DATIL_COMMIT_HASH}" >> DATIL_COMMIT_HASH
outputs:
datil_commit_hash: ${{steps.commit-hashes.outputs.DATIL_COMMIT_HASH}}
datil_commit_hash: ${{steps.commit-hashes.outputs.datil_commit_hash}}

unit_tests:
uses: ./.github/workflows/unit-test.yml
Expand Down

0 comments on commit d22e2b6

Please sign in to comment.