Skip to content

Commit

Permalink
Remove debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdanielsson committed Nov 13, 2023
1 parent dc43140 commit ecbaa5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ jobs:
run: |
echo "ts_latest=$(curl --silent https://api.github.com/repos/tailscale/tailscale/releases/latest | grep '\"tag_name\":' | sed -E 's/.*\"([^"]+)\".*/\1/' | sed 's/^v\(.*\)/\1/')" >> $GITHUB_OUTPUT
- name: Print latest Tailscale version
run: |
echo ${{ steps.get_latest_ts_version.outputs.ts_latest }}
- name: Setup Tailscale
uses: tailscale/github-action@v2
with:
Expand Down

0 comments on commit ecbaa5e

Please sign in to comment.