Skip to content

Commit 0d02d54

Browse files
authored
Update README.md
1 parent a8d2b1b commit 0d02d54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Tag Repo
15-
uses: richardsimko/update-tag@master
16-
with:
17-
tag_name: name-of-tag
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
uses: richardsimko/update-tag@master
16+
with:
17+
tag_name: name-of-tag
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
```
2121
2222
### Inputs

0 commit comments

Comments
 (0)