Skip to content

Commit

Permalink
v0.8.32
Browse files Browse the repository at this point in the history
Update name of action
  • Loading branch information
sebastianrath committed Jan 17, 2024
1 parent d8344f6 commit 919d415
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For a full introduction check out the [Actionforge Documentation](https://www.ac

<!-- start usage -->
```yaml
- uses: actionforge/[email protected].31
- uses: actionforge/[email protected].32
with:
# The name of the graph file located in the `.github/workflows/graphs` directory.
# This file defines the Actionforge Action Graph to be executed.
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Actionforge Action
name: Actionforge
description: GitHub Action for executing an Actionforge Action Graph.
inputs:
graph_file:
Expand All @@ -19,4 +19,4 @@ branding:
color: 'green'
runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44035,7 +44035,7 @@ const got = source_create(defaults);
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"action","version":"0.8.31","binaries":{"linux":"dc365e3bf8bef9b0705babc78ee9eebf7ac6fd581a4d9aa3e3f4d3798aa0cc1c"}}');
module.exports = JSON.parse('{"name":"action","version":"0.8.32","binaries":{"linux":"dc365e3bf8bef9b0705babc78ee9eebf7ac6fd581a4d9aa3e3f4d3798aa0cc1c"}}');

/***/ })

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action",
"version": "0.8.31",
"version": "0.8.32",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/bundled_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action",
"version": "0.8.31",
"version": "0.8.32",
"binaries": {
"linux": "dc365e3bf8bef9b0705babc78ee9eebf7ac6fd581a4d9aa3e3f4d3798aa0cc1c"
}
Expand Down

0 comments on commit 919d415

Please sign in to comment.