Compare commits

..

1 Commits
master ... wut

Author SHA1 Message Date
3254380703
Wut file created
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-27 13:35:35 +02:00
3 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
await script.validateRelease() await script.validateRelease()
- name: Finalize GitHub release and milestone - name: Finalize GitHub release and milestone
if: ${{ github.event.inputs.dryrun == 'false' }} if: !github.event.inputs.dryrun
uses: actions/github-script@v5 uses: actions/github-script@v5
with: with:
script: | script: |

View File

@ -19,7 +19,7 @@ Clone the repository with: `git clone https://github.com/zpqrtbnk/test-repo.git
We have test GitHUb pages (from the `gh-pages` branch) at: http://zpqrtbnk.github.io/test-repo/ We have test GitHUb pages (from the `gh-pages` branch) at: http://zpqrtbnk.github.io/test-repo/
We have an image in the README (markdown) We have an image in the README (markdown)
![Image](wtf.jpg) ![Image](https://raw.github.com/zpqrtbnk/test-repo/master/wtf.jpg)
We have an image in the README (html) We have an image in the README (html)
<img src="./wtf.jpg" /> <img src="./wtf.jpg" />

0
wut-file Normal file
View File