Skip to content

Commit a088447

Browse files
committed
removed s
1 parent 7d4a895 commit a088447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
15-
with:s
15+
with:
1616
ref: ${{ github.event.release.tag_name }}
1717
- name: Install Python
1818
uses: actions/setup-python@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3
13-
with:s
13+
with:
1414
ref: ${{ github.event.release.tag_name }}
1515
- name: Install Python
1616
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)