Update action
Closed this issue · 1 comments
github-actions commented
Update action
on:
- push
name: Ansible Graphviz
jobs:
build:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v3
with:
path: ${{ github.repository }}
- name: create png
uses: buluma/graphviz-action@1.0.0 # TODO: Update action
- name: Commit files
run: |
cd ${{ github.repository }}
95c54f1f12de70281706b4b400038a86e71cd720
github-actions commented
Closed in 004f631