Commit 59fd980
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.1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments