Skip to content

Commit

Permalink
copy icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastelli committed May 23, 2024
1 parent 8b9413e commit 912dfaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ runs:
shell: bash
run: echo "METEOR_RELEASE_PATH=${{ inputs.working-directory }}/.meteor/release" >> $GITHUB_ENV

- name: Set env.METEOR_LOCAL_RELEASE
- name: Set env.METEOR_LOCAL_RELEASE 📻
run: echo "METEOR_LOCAL_RELEASE=$(cat ${{ env.METEOR_RELEASE_PATH }} | cut -d@ -f2)" >> $GITHUB_ENV
shell: bash

- name: Set env.METEOR_EXECUTABLE_VERSION
- name: Set env.METEOR_EXECUTABLE_VERSION 📺
shell: bash
run: |
if [ ${{ inputs.executable-version }} = 'local' ]; then
Expand All @@ -43,7 +43,7 @@ runs:
fi
- name: Cache ~/.meteor (Meteor ${{ env.METEOR_EXECUTABLE_VERSION }} (${{ env.METEOR_RELEASE_PATH }} is ${{ env.METEOR_LOCAL_RELEASE }}))
- name: Cache ~/.meteor (Meteor ${{ env.METEOR_EXECUTABLE_VERSION }} (${{ env.METEOR_RELEASE_PATH }} is ${{ env.METEOR_LOCAL_RELEASE }})) 💿
uses: actions/cache@v4
id: cache-meteor
env:
Expand All @@ -55,7 +55,7 @@ runs:
${{ runner.os }}-${{ env.cache-name }}-${{ env.METEOR_EXECUTABLE_VERSION }}-${{ hashFiles(env.METEOR_RELEASE_PATH) }}-
${{ runner.os }}-${{ env.cache-name }}-${{ env.METEOR_EXECUTABLE_VERSION }}-
- name: Install Meteor ${{ env.METEOR_EXECUTABLE_VERSION }}
- name: Install Meteor ${{ env.METEOR_EXECUTABLE_VERSION }} ☄️
if: steps.cache-meteor.outputs.cache-hit != 'true'
shell: bash
run: |
Expand Down

0 comments on commit 912dfaf

Please sign in to comment.