diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6375bac..53638c0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: wget https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz mkdir -p ~/cli/sf tar xJf sf-linux-x64.tar.xz -C ~/cli/sf --strip-components 1 - export PATH=~/cli/sf/bin:$PATH + echo "$HOME/cli/sf/bin" >> $GITHUB_PATH - name: Install jq run: |