Compare commits

..

No commits in common. "e0c7e2a72579e24657c05e875201011d2b48bf94" and "77f77c3e8bca3f5b43b6f55a88d619b30f6a6ae0" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -36,11 +36,11 @@ 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 == false
uses: actions/github-script@v5 uses: actions/github-script@v5
with: with:
script: | script: |
const scriptf = require('./.github/workflows/publish-release.js') const scriptf = require('./.github/workflows/publish-release.js')
const script = scriptf({github, context, core}) const script = scriptf({github, context, core})
await script.publishRelease() //await script.publishRelease()
await script.closeMilestone() //await script.closeMilestone()

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" />