Skip to content

Commit

Permalink
🔥 actions/compile: Remove now unneeded cache key calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed May 15, 2024
1 parent 6f068b9 commit 8acaae0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/compile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ runs:
MIX_ENV='${{ inputs.MIX_ENV }}'
fi
key_partial="${{ inputs.cache-prefix }}-compile"
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
echo "key=$key" >>$GITHUB_OUTPUT
echo "Set cache key to '$key'"
- name: Cache
id: cache
Expand Down

0 comments on commit 8acaae0

Please sign in to comment.