Skip to content

Commit 92be4b4

Browse files
committed
remove unneeded parameter on checkout
1 parent d70c2c7 commit 92be4b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
if: contains(github.event.pull_request.labels.*.name, 'preview')
1111
steps:
1212
- uses: actions/checkout@v1
13-
with:
14-
ref: "refs/pull/${{ github.event.number }}/merge" # THIS IS INSECURE
1513
- name: Set up Python
1614
uses: actions/setup-python@v1
1715
with:

0 commit comments

Comments
 (0)