Skip to content

Commit e6f95c7

Browse files
committed
chore: remove redundant checkout reference in e2e workflow
- Removed explicit SHA reference in actions/checkout step - The default behavior of checkout already uses the triggering commit - Simplified workflow configuration by removing unnecessary parameters
1 parent bd7e639 commit e6f95c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
TEST_BITBUCKET_SERVER_E2E_REPOSITORY: PAC/pac-e2e-tests
6363
steps:
6464
- uses: actions/checkout@v4
65-
with:
66-
ref: ${{ github.sha }}
67-
6865
- uses: actions/setup-go@v5
6966
with:
7067
go-version-file: "go.mod"

0 commit comments

Comments
 (0)