Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elacheche authored Dec 20, 2019
1 parent e5de124 commit 3de3125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
steps:
- name: Run a multi-line script
run: |
echo "Starting"
LATEST=$(curl -s -H "Authorization: token ${{ secrets.UPLOAD_ASSETS }}" https://api.github.com/repos/elacheche/docker_check/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) ".tar.gz"}')
curl -Lso $LATEST https://github.com/elacheche/docker_check/archive/$LATEST
tar xzf $LATEST
Expand Down

0 comments on commit 3de3125

Please sign in to comment.