Skip to content

Commit

Permalink
Pinned axios version #1
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Dec 20, 2019
1 parent 127cd44 commit 79c25f1
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 453 deletions.
76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- name: Tangle Release
id: tangle_release
uses: obany/[email protected].0
uses: obany/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IOTA_SEED: ${{ secrets.IOTA_SEED }}
Expand Down
31 changes: 9 additions & 22 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
name: 'Create a Release'
description: 'Create a release for a tag in your repository'
author: 'GitHub'
name: 'Create an Immutable Release'
description: 'Create an immutable release for a tag on the IOTA Tangle'
author: 'IOTA Foundation'
inputs:
tag_name:
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
release_name:
description: 'The name of the release. For example, `Release v1.0.1`'
required: true
body:
description: 'Text describing the contents of the tag.'
required: false
draft:
description: '`true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`'
required: false
default: false
prerelease:
description: '`true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false`'
comment:
description: 'An optional comment to include in the Tangle payload'
required: false
default: false
outputs:
id:
description: 'The ID of the created Release'
html_url:
description: 'The URL users can navigate to in order to view the release'
upload_url:
description: 'The URL for uploading assets to the release'
tx_hash:
description: 'The hash of the transaction on the Tangle'
tx_explore_url:
description: 'A url which can be used to explore the transaction on the Tangle'
runs:
using: 'node12'
main: 'dist/index.js'
Expand Down
Loading

0 comments on commit 79c25f1

Please sign in to comment.