Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu authored Sep 6, 2023
1 parent 2e3db9b commit fd02c9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ runs:
using: "composite"
steps:
- run: |
sudo wget -q https://github.com/labring/robot/releases/download/${REBOT_VERSION}/robot_${REBOT_VERSION#v}_linux_amd64.tar.gz
sudo tar -zxf robot_${REBOT_VERSION#v}_linux_amd64.tar.gz robot && chmod +x robot && sudo mv robot /usr/bin/robot
sudo wget -q https://github.com/labring/robot/releases/download/${ROBOT_VERSION}/robot_${ROBOT_VERSION#v}_linux_amd64.tar.gz
sudo tar -zxf robot_${ROBOT_VERSION#v}_linux_amd64.tar.gz robot && chmod +x robot && sudo mv robot /usr/bin/robot
robot version
sudo rm -rf robot_${REBOT_VERSION#v}_linux_amd64.tar.gz
sudo rm -rf robot_${ROBOT_VERSION#v}_linux_amd64.tar.gz
robot action
shell: bash
env:
REBOT_VERSION: ${{ inputs.version }}
ROBOT_VERSION: ${{ inputs.version }}
branding:
icon: 'user-check'
color: 'orange'

0 comments on commit fd02c9b

Please sign in to comment.