Compare commits

..

No commits in common. "f110a678f5c5a71c8f61bd7d88eeb9c729fd2b38" and "786c4412069526051cbbce6a87e76a63aa64f1e7" have entirely different histories.

5 changed files with 3 additions and 2 deletions

View File

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

1
bang Symbolic link
View File

@ -0,0 +1 @@
duh

0
test-1
View File

0
test-2
View File