Compare commits
3 Commits
3254380703
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
e0c7e2a725
|
|||
|
|
7bc1195651 | ||
|
|
786c441206 |
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@@ -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
|
if: ${{ github.event.inputs.dryrun == 'false' }}
|
||||||
uses: actions/github-script@v5
|
uses: actions/github-script@v5
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
@@ -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)
|
||||||

|

|
||||||
|
|
||||||
We have an image in the README (html)
|
We have an image in the README (html)
|
||||||
<img src="./wtf.jpg" />
|
<img src="./wtf.jpg" />
|
||||||
|
|||||||
Reference in New Issue
Block a user