Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

fix: remove domain name #28

fix: remove domain name

fix: remove domain name #28

Workflow file for this run

# see: https://github.com/OpenCatalogi/.github?tab=readme-ov-file
name: OpenCatalogi
on:
workflow_dispatch:
push:
branches:
- main
- acceptance
permissions:
contents: write
jobs:
generatePublicCodeYaml:
name: Generate Publiccode Yaml
runs-on: ubuntu-latest
steps:
- name: Create or Update publiccode.yaml
uses: OpenCatalogi/publiccode-action@1.3.4
with:
federlize: ${{ github.ref_name == 'main' }}
save: ${{ github.ref_name == 'acceptance' }}