We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e15460 commit b165a9cCopy full SHA for b165a9c
.github/workflows/html-render.yml
@@ -23,6 +23,9 @@ jobs:
23
steps:
24
- name: Checkout repository
25
uses: actions/checkout@v4
26
+ with:
27
+ ref: ${{ github.head_ref || github.ref_name }}
28
+ fetch-depth: 0
29
30
- name: Setup Node.js
31
uses: actions/setup-node@v4
@@ -290,6 +293,6 @@ jobs:
290
293
git add TankAlarm-092025-Server-Hologram/WEBSITE_PREVIEW.md TankAlarm-092025-Server-Hologram/screenshots/
291
294
git add TankAlarm-112025-Server-BluesOpta/WEBSITE_PREVIEW.md TankAlarm-112025-Server-BluesOpta/screenshots/
292
295
git diff --staged --quiet || git commit -m "Update website preview screenshots [skip ci]"
- git push
296
+ git push origin HEAD:${{ github.head_ref || github.ref_name }}
297
env:
298
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments