Skip to content

Commit

Permalink
Updated owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Wakeful-Cloud committed Jul 2, 2021
1 parent 39abf2c commit 178bc54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Cloud CNC
Copyright (c) 2021 Cloud CNC, Wasmer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Setup Wasmer Action
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Cloud-CNC/setup-wasmer/Tests?label=Tests&style=flat-square)](https://github.com/Cloud-CNC/setup-wasmer/actions/workflows/tests.yml)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wasmerio/setup-wasmer/Tests?label=Tests&style=flat-square)](https://github.com/wasmerio/setup-wasmer/actions/workflows/tests.yml)

[GitHub action](https://github.com/features/actions) for setting up [Wasmer](https://wasmer.io). Works well with [cloud-cnc/wapm-publish](https://github.com/cloud-cnc/wapm-publish).
[GitHub action](https://github.com/features/actions) for setting up [Wasmer](https://wasmer.io). Works well with [wasmerio/wapm-publish](https://github.com/wasmerio/wapm-publish).

## Features
* Always uses the latest stable Wasmer build
Expand All @@ -15,10 +15,10 @@
## Usage
```yaml
- name: Setup Wasmer
uses: cloud-cnc/setup-wasmer@v1
uses: wasmerio/setup-wasmer@v1

- name: Publish to WAPM
uses: cloud-cnc/wapm-publish@v1
uses: wasmerio/wapm-publish@v1
with:
username: ${{ secrets.WAPM_USERNAME }}
password: ${{ secrets.WAPM_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Setup Wasmer
description: 'Set up Wasmer: the cross-platform WASM runtime'
author: Cloud-CNC
author: Wasmer
branding:
color: purple
icon: package
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cloud-CNC/setup-wasmer.git"
"url": "git+https://github.com/wasmerio/setup-wasmer.git"
},
"author": "Cloud-CNC",
"author": "Cloud-CNC, Wasmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cloud-CNC/setup-wasmer/issues"
"url": "https://github.com/wasmerio/setup-wasmer/issues"
},
"homepage": "https://github.com/Cloud-CNC/setup-wasmer#readme",
"homepage": "https://github.com/wasmerio/setup-wasmer#readme",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
Expand Down

0 comments on commit 178bc54

Please sign in to comment.