Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Dec 22, 2023
1 parent 855f7f5 commit 64440d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy Open Catalogi Github Page
uses: OpenCatalogi/opencatalogi-action@1.1.4
uses: OpenCatalogi/opencatalogi-action@main
````

In the above example an page is created or updated every night at 0:00, we advise this route becouse you will autmaticly suplied with fixes and new features. You can however also choose other options to trigger a page build
Expand Down Expand Up @@ -115,9 +115,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy Product Github Page
uses: OpenCatalogi/productpage-action@1
uses: OpenCatalogi/productpage-action@main
- name: Update opencatalogi.yaml
uses: OpenCatalogi/publiccode-action@1
uses: OpenCatalogi/publiccode-action@main
````

[Read more](https://github.com/marketplace/actions/create-or-update-publiccode-yaml) about the publiccode action that also creates the opencatalogi.yaml
Expand Down

0 comments on commit 64440d1

Please sign in to comment.