Skip to content

Commit c2caa4e

Browse files
committed
pre-commit: format workflow files
Signed-off-by: Dasun Abeykoon <Dasun20202020@hotmail.com>
1 parent ae73256 commit c2caa4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheel-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ jobs:
227227
needs: [test-wheels]
228228
uses: ./.github/workflows/release-github.yml
229229
secrets:
230-
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
230+
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ jobs:
160160
curl --silent --fail --data-binary @"$FILE" \
161161
-H "Content-Type: application/zip" \
162162
-H "Authorization: Bearer $PAT_TOKEN" \
163-
"${{ steps.create_release.outputs.upload_url }}?name=$(basename "$FILE")"
163+
"${{ steps.create_release.outputs.upload_url }}?name=$(basename "$FILE")"

0 commit comments

Comments
 (0)