Skip to content

Commit 565fa1d

Browse files
authored
ci: no retries
1 parent 5f7eec5 commit 565fa1d

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/master.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ jobs:
1010
name: Run Deadsniper
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Download & Run Deadsniper (with retry)
14-
uses: nick-fields/retry@v4
15-
with:
16-
max_attempts: 5
17-
timeout_minutes: 2
18-
command: |
19-
wget -q "https://github.com/port19x/deadsniper/releases/download/v1.3/deadsniper" \
20-
&& chmod +x deadsniper \
21-
&& ./deadsniper https://port19.xyz/sitemap.xml
13+
- name: Run Deadsniper
14+
run: |
15+
wget -q "https://github.com/port19x/deadsniper/releases/download/v1.3/deadsniper" && chmod +x ./deadsniper && ./deadsniper https://port19.xyz/sitemap.xml
2216
trailing-ws:
2317
name: Find Trailing Whitespace
2418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)