Skip to content

Commit

Permalink
🐛 Fix indentation in Setup WARP
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Jan 9, 2024
1 parent 5977cee commit b2ecd92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/helpers/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
token: \${{ secrets.GH_PAT || github.token }}${
(await getHasIpV6Site())
? `
- name: Setup WARP
uses: fscarmen/warp-on-actions@v2`
- name: Setup WARP
uses: fscarmen/warp-on-actions@v2`
: ""
}
- name: Update response time
Expand Down Expand Up @@ -150,8 +150,8 @@ jobs:
GH_PAT: \${{ secrets.GH_PAT || github.token }}${
(await getHasIpV6Site())
? `
- name: Setup WARP
uses: fscarmen/warp-on-actions@v2`
- name: Setup WARP
uses: fscarmen/warp-on-actions@v2`
: ""
}
- name: Update response time
Expand Down

0 comments on commit b2ecd92

Please sign in to comment.