Skip to content

Commit

Permalink
💚 actions/compile: Fix an oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed May 15, 2024
1 parent b4d91fa commit 855c325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/compile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
fi
key_partial="${{ inputs.cache-prefix }}-compile"
key="$key_partial-commit:${{ github.event.pull_request.head.sha || github.sha }}
key="$key_partial-commit:${{ github.event.pull_request.head.sha || github.sha }}"
echo "MIX_ENV=$MIX_ENV" >>$GITHUB_OUTPUT
echo "key_partial=$key_partial" >>$GITHUB_OUTPUT
Expand Down

0 comments on commit 855c325

Please sign in to comment.