Skip to content

Commit

Permalink
Update to node16. Uppdate inputs. Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsultratom committed Jan 19, 2023
1 parent b36b12d commit fafa0bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
8 changes: 5 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'Create a Branch'
description: 'Create a Branch from tag/release'
author: 'Muhammad Umer Farooq'
author: 'TCBarrett'
inputs:
tag_name:
tag_ref:
description: 'The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag'
required: true
owner:
Expand All @@ -14,10 +14,12 @@ inputs:
outputs:
branch_name:
description: 'The Branch Name of the created branch'
tag_name:
description: 'The Tag Name (not the tag_ref passed into GitHub).
branch_url:
description: 'The URL users can navigate to in order to view the branch'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'tag'
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-branch-from-tag",
"version": "1.0.0",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,12 +13,12 @@
"url": "git+https://github.com/lablnet/create-branch-from-tag.git"
},
"keywords": [],
"author": "Muhammad Umer Farooq",
"author": "TCBarrett (originally: Muhammad Umer Farooq)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lablnet/create-branch-from-tag/issues"
},
"homepage": "https://github.com/lablnet/create-branch-from-tag#readme",
"homepage": "https://github.com/tdsultratom/create-branch-from-tag#readme",
"dependencies": {
"@actions/core": "^1.8.2",
"@actions/github": "^5.0.3",
Expand Down

0 comments on commit fafa0bb

Please sign in to comment.