Expand $HOME

This commit is contained in:
ok-nick 2022-09-16 23:45:46 -04:00
parent 3a79d6c063
commit 708d93a334
No known key found for this signature in database
GPG key ID: A93D451DB4F2EB17

View file

@ -60,7 +60,7 @@ runs:
- name: Create auth file
run: |
cat > ~/.aftman/auth.toml << EOF
cat > $HOME/.aftman/auth.toml << EOF
github = "${{ github.token }}"
EOF
shell: bash