Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Aug 21, 2024
1 parent 6423f6e commit e3e2bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
base64_kv=$(echo "$parsed_vars" | to_envs | base64)
echo "base64_env<<$EOF" >> $GITHUB_OUTPUT
echo "$base64kv"
echo "$EOF"
echo "base64kv"
echo "$EOF" >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
Expand Down

0 comments on commit e3e2bad

Please sign in to comment.