Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPC committed Dec 14, 2023
1 parent f7e8508 commit ddaeb97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -13,12 +13,10 @@ jobs:
uses: actions/checkout@v3

- name: Get latest release from tailscale
id: latest_release
id: get_latest_release
uses: octokit/request-action@v2.x
with:
route: GET /repos/{owner}/{repo}/releases/latest
owner: tailscale
repo: tailscale
route: GET /repos/tailscale/tailscale/releases/latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: "echo latest release: '${{ steps.get_latest_release.outputs.data }}'"

0 comments on commit ddaeb97

Please sign in to comment.