Skip to content

Welcome to 2024

Welcome to 2024 #13

---
#
# Ansible managed
#
on:
- push
name: Ansible Graphviz
jobs:
build:
runs-on: ubuntu-20.04
permissions:
content: write

Check failure on line 15 in .github/workflows/requirements2png.yml

View workflow run for this annotation

GitHub Actions / Ansible Graphviz

Invalid workflow file

The workflow is not valid. .github/workflows/requirements2png.yml (Line: 15, Col: 7): Unexpected value 'content'
steps:
- name: checkout
uses: actions/checkout@v3
with:
path: ${{ github.repository }}
- name: create png
uses: robertdebock/[email protected]
- name: Commit files
run: |
cd ${{ github.repository }}
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add requirements.dot requirements.png
git commit -m "Add generated files"
- name: save to png branch
uses: ad-m/github-push-action@master
with:
directory: ${{ github.repository }}
force: true
branch: png