Removed npm-specific version checking.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
name: github-query-nuget-versions
|
||||
name: github-query-package-versions
|
||||
description: "Change the language format of a file."
|
||||
inputs:
|
||||
url:
|
||||
description: "Url of the GitHub server repository."
|
||||
description: "Url of the GitHub or Gitea server repository."
|
||||
required: true
|
||||
default: ${{ github.server_url }}
|
||||
organization:
|
||||
@@ -53,6 +53,6 @@ runs:
|
||||
- name: "Parse query result."
|
||||
id: parse
|
||||
uses: act/common/yq/yq-expression@master
|
||||
with:
|
||||
with:
|
||||
expression: .[] | select(.name == "${{ inputs.name }}").version
|
||||
input: ${{ steps.query.outputs.query }}
|
||||
|
||||
Reference in New Issue
Block a user