buluma/ansible-role-rpmfusion

Update action

Closed this issue · 1 comments

Update action

uses: buluma/graphviz-action@1.0.0 # TODO: 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 }}

57f1180eb4bf62d208ec31b57eb43406647e7d79

Closed in 7939881