Skip to content

Commit 59fd980

Browse files
authored
fix: remove unused ref parameter from GitHub Actions workflow (#4)
This pull request makes a minor update to the GitHub Actions workflow configuration. The change removes the explicit checkout of a specific commit SHA for workflow runs, likely simplifying the workflow and relying on the default behavior. - Removed the `ref: ${{ github.event.workflow_run.head_sha }}` line from the `actions/checkout` step in `.github/workflows/main.yml` to simplify the workflow configuration.
2 parents 4584b6e + 0bd1da1 commit 59fd980

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
ref: ${{ github.event.workflow_run.head_sha }}
2120

2221
- name: Setup Node.js
2322
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)