Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 51f2b10

Browse files
committed
Revert 58e36d0
1 parent 828c134 commit 51f2b10

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: Set name in local git-config
1515
run: git config --local user.name "runner"
16-
- uses: nick-fields/retry@v2
17-
with:
18-
timeout_minutes: 5
19-
max_attempts: 3
20-
command: swift update.swift ${{ secrets.GITHUB_TOKEN }}
16+
- name: Run update script
17+
run: swift update.swift ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)