Skip to content

Commit

Permalink
chore: x-os tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 19, 2023
1 parent 6c51483 commit bad953a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/just-nut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ jobs:
if: ${{ inputs.jit }}
# The --jit flag ensures we get the JIT plugin version set in the sf package.json
run: |
RAW_URL=$(gh browse package.json --repo "${{ inputs.repository }}" --no-browser | sed 's/github.com/raw.githubusercontent.com/' | sed 's/tree\/main/main/')
NPM_NAME=$(curl --silent "$RAW_URL" | jq -r '.name')
sf plugins install "$NPM_NAME" --jit
cat "${{ env.SF_DATA_DIR }}/package.json"
sf plugins install $(jq -r '.name' package.json) --jit
- name: Run NUT (with retries)
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
Expand Down

0 comments on commit bad953a

Please sign in to comment.