mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
Expand $HOME
This commit is contained in:
parent
3a79d6c063
commit
708d93a334
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue