File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2525In the above example a `publiccode` file is updated every time code on the `main` branche is touched
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
8383steps :
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` ` ` `
You can’t perform that action at this time.
0 commit comments