Skip to content

Commit

Permalink
Set envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Dec 3, 2023
1 parent 19f72e5 commit 2d4fe7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/post-checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ runs:
done < <(git diff --name-only "${GITHUB_BASE_SHA}" "${GITHUB_PR_SHA}");
echo "docs_only=${docs_only}" >> $GITHUB_OUTPUT;
shell: bash
env:
GITHUB_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_PR_SHA: ${{ github.event.pull_request.head.sha }}

- name: Get Composer cache directory
id: composer-cache
Expand Down

0 comments on commit 2d4fe7e

Please sign in to comment.