Skip to content

Commit

Permalink
ci: lock pr action build version to 1.x.x.1
Browse files Browse the repository at this point in the history
closed: #1890
  • Loading branch information
Rhilip authored May 25, 2024
1 parent 6f07eb1 commit c9ade46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
fetch-depth: 0
fetch-depth: ${{ github.event_name == 'pull_request' && 1 || 0 }}

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit c9ade46

Please sign in to comment.