Compare commits
2 commits
bfdc9704cb
...
93a9943a7d
| Author | SHA1 | Date | |
|---|---|---|---|
| 93a9943a7d | |||
| 5d025ef55c |
2 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@ jobs:
|
|||
# instead, using the tools that are actually present (wget, tar).
|
||||
- name: Checkout (manual - no git/node in this image)
|
||||
run: |
|
||||
echo "workspace is: ${{ github.workspace }}"
|
||||
mkdir -p "${{ github.workspace }}"
|
||||
wget --header="Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \
|
||||
-O "${{ github.workspace }}/source.tar.gz" \
|
||||
"https://git.boglabob.com/${{ github.repository }}/archive/${{ github.sha }}.tar.gz"
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
<footer>
|
||||
Source: <a href="https://git.boglabob.com">git.boglabob.com</a>
|
||||
</footer>
|
||||
<!-- CI retrigger: pick up the fixed checkout step -->
|
||||
<!-- CI retrigger: mkdir workspace fix -->
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue