mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 17:22:03 +00:00
Create curl.yaml
This commit is contained in:
13
.github/workflows/curl.yaml
vendored
Normal file
13
.github/workflows/curl.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Curl
|
||||
|
||||
jobs:
|
||||
deployment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Deploy Stage
|
||||
id: packagejson
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
with:
|
||||
url: 'https://registry.npmjs.org/@scrypted/server/'
|
||||
- name: Print
|
||||
run: echo ${{ steps.packageJson.outputs.response.data['dist-tags'].latest }}
|
||||
Reference in New Issue
Block a user