Skip to content

Commit

Permalink
Maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 19, 2024
1 parent 376bdbf commit ca8fb1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ jobs:
- name: Read Public Key
run: |
{
echo "PUBLIC_KEY=$(cat ./public_key)" << EOF
echo "PUBLIC_KEY<<EOF"
cat ./public_key
echo EOF
} >> $GITHUB_ENV
echo $GITHUB_ENV
# Set up Python 3.9 environment
- name: Set up Python
Expand Down

0 comments on commit ca8fb1c

Please sign in to comment.