Skip to content

Commit

Permalink
Set new release to v0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Dec 31, 2023
1 parent 52940e4 commit ce0cff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on: [push]
jobs:
build-and-publish:
runs-on: ubuntu-latest
name: My workflow
name: Execute action graph
steps:
- name: Execute Action Graph
- name: Execute action graph
uses: actionforge/[email protected]
with:
graph_file: build-and-publish.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For a full introduction check out the [Actionforge Documentation](https://www.ac

<!-- start usage -->
```yaml
- uses: actionforge/action@v0.4.35
- uses: actionforge/action@v0.8.20
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

0 comments on commit ce0cff2

Please sign in to comment.