Compare commits

...

5 Commits

Author SHA1 Message Date
f110a678f5
rm bang
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-27 08:40:56 +02:00
bfcc41e678
New: test-2
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-27 08:39:26 +02:00
917323e628
New test-1
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-27 08:35:18 +02:00
e0c7e2a725
Singned commit + source modify
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-06-20 01:49:32 +02:00
Stephan
7bc1195651 exp 2022-03-18 18:49:47 +01:00
5 changed files with 2 additions and 3 deletions

View File

@ -36,7 +36,7 @@ jobs:
await script.validateRelease()
- name: Finalize GitHub release and milestone
if: ${{ !github.event.inputs.dryrun }}
if: ${{ github.event.inputs.dryrun == 'false' }}
uses: actions/github-script@v5
with:
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 an image in the README (markdown)
![Image](https://raw.github.com/zpqrtbnk/test-repo/master/wtf.jpg)
![Image](wtf.jpg)
We have an image in the README (html)
<img src="./wtf.jpg" />

1
bang
View File

@ -1 +0,0 @@
duh

0
test-1 Normal file
View File

0
test-2 Normal file
View File