Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Nov 10, 2021
1 parent a454eaf commit 9baa849
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
# barbarian-upload
# Barbarian Upload GitHub Action

Uploads conan package to [Barbarian](https://barbarian.bfgroup.xyz).

The recipe has to be present in the file system before using this action, for example by using github action [`actions/checkout`](https://github.com/actions/checkout).

This action will create a `barbarian` branch on the repo, and commit information on the recipe revision on this branch. More information can be found in [barbarian documentation](https://barbarian.bfgroup.xyz/create.html)

**Works on**: Linux

## Inputs

### `recipe_path`

The path to the recipe to upload. It should contain the conanfile

### `package_name`

The name of the package to upload

### `package_version`

The version of the package to upload

## Outputs

No outputs

## Example usage

~~~~
- uses: ericLemanissier/barbarian-upload@main
with:
recipe_path: recipes/qt/6.x.x
package_name: qt
package_version: 6.2.1
~~~~

0 comments on commit 9baa849

Please sign in to comment.