Skip to content

Commit b583cf3

Browse files
committed
base trap
1 parent 1b6a625 commit b583cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fleekxyz_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
id: deploy
9999
run: |
100100
ls -la
101-
echo "the project id is ${FLEEK_PROJECT_ID}"
101+
echo "the project id is $(echo -n ${FLEEK_PROJECT_ID}|base64)"
102102
cat fleek.config.json
103103
fleek sites deploy
104104
env:

0 commit comments

Comments
 (0)