Skip to content

Commit

Permalink
Use actionforge/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Jan 4, 2024
1 parent e094d1a commit a251c62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
name: Execute action graph
steps:
- name: Execute action graph
uses: actionforge/[email protected].20
uses: actionforge/[email protected].30
with:
graph_file: build-and-publish.yml
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<!-- markdownlint-disable MD041 -->
<!-- markdownlint-disable MD041 MD033 -->
![Actionforge Banner](https://www.actionforge.dev/assets/social.jpg?)

# Actionforge Action

<div align="center" width="100%">

[![view-action-graph](https://img.shields.io/github/actions/workflow/status/actionforge/action/build-and-publish.yml?label=View%20Action%20Graph)](https://www.actionforge.dev/github/actionforge/action/main/.github/workflows/graphs/build-and-publish.yml)
[![made-with-ts](https://img.shields.io/badge/Made%20with-TS-3178C6.svg)](https://www.typescriptlang.org/)
[![License](https://img.shields.io/badge/License-ACL-blue?color=orange)](https://www.github.com/actionforge/legal/blob/main/LICENSE.md)

</div>

Welcome to the Actionforge Action source code!

Actionforge introduces Action Graphs, a faster and easier way to create and execute GitHub workflows. This new approach replaces tedious YAML file editing by hand with a user-friendly graph editor. Action Graphs are compatible with GitHub Actions. The core product consists out of 4 components:
Expand Down

0 comments on commit a251c62

Please sign in to comment.