Skip to content

Commit f1638a9

Browse files
authored
Merge pull request #36 from freelawproject/remove_checkout_parameters
chore(ci): Remove checkout arguments
2 parents 076bf46 + c1e45ee commit f1638a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/upload.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
with:
14-
format: space-delimited
15-
token: ${{ secrets.GITHUB_TOKEN }}
1613
- name: Install stuff
1714
run: |
1815
sudo apt-get update

0 commit comments

Comments
 (0)