Skip to content

Update action

Created by: github-actions[bot]

Update action

https://github.com/buluma/ansible-role-bootstrap/blob/1a6fd5cf1da1544c96acefe2f3df7be5046ecfc4/.github/workflows/requirements2png.yml#L23


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