This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
Update publiccode-action.yaml #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mijn Open Catalogi Page Workflow | |
on: | |
push: | |
branches: | |
- master | |
permissions: | |
contents: write | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create or Update publiccode.yaml | |
uses: OpenCatalogi/[email protected] | |
with: | |
opencatalogi: true |