Skip to content

Commit

Permalink
ci: change var export and update runner for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Sep 16, 2024
1 parent 752aca5 commit b2d6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set commit hashes
id: commit-hashes
run: |
export DATIL_COMMIT_HASH=ae3c20e07eb933b61073689b95f56867c03de252
export DATIL_COMMIT_HASH="ae3c20e07eb933b61073689b95f56867c03de252"
echo "datil_commit_hash=${DATIL_COMMIT_HASH}" >> DATIL_COMMIT
outputs:
datil_commit_hash: ${{steps.commit-hashes.outputs.datil_commit_hash}}
Expand Down

0 comments on commit b2d6cb7

Please sign in to comment.