Skip to content

Commit

Permalink
patch: bump documentation examples to @1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Nov 17, 2023
1 parent 62b4443 commit 5ff7e45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update publiccode.yaml
uses: OpenCatalogi/publiccode-action@1
uses: OpenCatalogi/publiccode-action@1.2.1
````

In the above example a `publiccode` file is updated every time code on the `main` branche is touched
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update publiccode.yaml
uses: OpenCatalogi/publiccode-action@1
uses: OpenCatalogi/publiccode-action@1.2.1
with:
name: ${{ github.head_ref }} # Git URL of the remote repository to check
description: ${{ github.head_ref }} # Git URL of the remote repository to check
Expand All @@ -82,7 +82,7 @@ To use this action, simply include it as a step in your workflow file. No inputs
````yaml
steps:
- name: Update publiccode.yaml
uses: OpenCatalogi/publiccode-action
uses: OpenCatalogi/publiccode-action@1.2.1
with:
name: "My Codebase"
description: "This is a sample repository description"
Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update publiccode.yaml
uses: OpenCatalogi/publiccode-action@1
uses: OpenCatalogi/publiccode-action@1.2.1
- name: Deploy Product Github Page
uses: OpenCatalogi/productpage-action@1
````
Expand Down

0 comments on commit 5ff7e45

Please sign in to comment.