Skip to content

Commit cbc04a6

Browse files
committed
tmp
1 parent 279bd97 commit cbc04a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
- name: Store PR id
2222
run: |
23-
echo ${{ github.event.number }} > ./target/roq/.pr-id
23+
echo ${{ github.event.number }} > ./target/roq/pr-id.txt
2424
25-
- name: Publishing blog
25+
- name: Uploading artifact
2626
uses: actions/upload-artifact@v4
2727
with:
2828
name: blog

.github/workflows/surge-deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Retrieve PR id
2828
id: pr
2929
run: |
30-
echo "id=$(<.pr-id)" >> $GITHUB_OUTPUT
30+
echo "id=$(<pr-id.txt)" >> $GITHUB_OUTPUT
3131
rm -f .pr-id
3232
3333
- name: Publishing blog to gh-pages

0 commit comments

Comments
 (0)