Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 10, 2024
1 parent 4f7f428 commit 1853913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: "Create branch and commit changes"
env:
auth_encoded: "${{ secrets.NOVA_USER }}:${{ secrets.NOVA_4_PASSWORD }}" | base64
auth_encoded: "$(echo ${{ secrets.NOVA_USER }}:${{ secrets.NOVA_4_PASSWORD }} | base64)"
run: |
ls -la
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 1853913

Please sign in to comment.