From 708d93a3342422972c255c5e2cdbb2c70aedc399 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:45:46 -0400 Subject: [PATCH] Expand $HOME --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2b9e32c..1c20c11 100644 --- a/action.yml +++ b/action.yml @@ -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