Update action
Created by: github-actions[bot]
Update action
on:
push:
paths:
- '.github/workflows/requirements2png.yml'
name: Ansible Graphviz
jobs:
build:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: ${{ github.repository }}
- name: create png
uses: buluma/graphviz-action@1.0.0 # TODO: Update action
- name: Commit files
run: |
cd ${{ github.repository }}
44b2eb4511bb1e0a91ba1ddd012051a0e9f3af7c