Skip to content

Commit 5ff7e45

Browse files
committed
patch: bump documentation examples to @1.2.1
1 parent 62b4443 commit 5ff7e45

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Update publiccode.yaml
22-
uses: OpenCatalogi/publiccode-action@1
22+
uses: OpenCatalogi/publiccode-action@1.2.1
2323
````
2424

2525
In the above example a `publiccode` file is updated every time code on the `main` branche is touched
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Update publiccode.yaml
61-
uses: OpenCatalogi/publiccode-action@1
61+
uses: OpenCatalogi/publiccode-action@1.2.1
6262
with:
6363
name: ${{ github.head_ref }} # Git URL of the remote repository to check
6464
description: ${{ github.head_ref }} # Git URL of the remote repository to check
@@ -82,7 +82,7 @@ To use this action, simply include it as a step in your workflow file. No inputs
8282
````yaml
8383
steps:
8484
- name: Update publiccode.yaml
85-
uses: OpenCatalogi/publiccode-action
85+
uses: OpenCatalogi/publiccode-action@1.2.1
8686
with:
8787
name: "My Codebase"
8888
description: "This is a sample repository description"
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Update publiccode.yaml
111-
uses: OpenCatalogi/publiccode-action@1
111+
uses: OpenCatalogi/publiccode-action@1.2.1
112112
- name: Deploy Product Github Page
113113
uses: OpenCatalogi/productpage-action@1
114114
````

0 commit comments

Comments
 (0)