mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
fix: add rokit to GITHUB_PATH
This commit is contained in:
parent
734acb37c4
commit
55a53355bf
1 changed files with 7 additions and 2 deletions
|
@ -22,12 +22,17 @@ inputs:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Install rokit
|
||||
run: curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | sh
|
||||
- name: Install Rokit
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | sh
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ inputs.token }}
|
||||
shell: bash
|
||||
|
||||
- name: Add Rokit to PATH
|
||||
run: echo "$HOME/.rokit/bin" >> $GITHUB_PATH
|
||||
shell: bash
|
||||
|
||||
- name: Create auth file
|
||||
run: |
|
||||
cat > $HOME/.rokit/auth.toml << EOF
|
||||
|
|
Loading…
Reference in a new issue