Skip to content

Commit

Permalink
spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 23, 2024
1 parent ef7dfcf commit 3f9a055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/load-fhir-xsd/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
_dl_url="${{ inputs.base-url}}/${{ inputs.version }}/${{ inputs.filename }}"
echo "cache-key=${_cache_key}" >> $GITHUB_OUTPUT
echo "cache-dir=${{ gitub.workspace }}/input/${{ inputs.version }}" >> $GITHUB_OUTPUT
echo "cache-dir=${{ github.workspace }}/input/${{ inputs.version }}" >> $GITHUB_OUTPUT
echo "url=${_dl_url}" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
Expand Down

0 comments on commit 3f9a055

Please sign in to comment.