Skip to content

Commit 9bb7ffd

Browse files
authored
Update README.md
1 parent 6e4a042 commit 9bb7ffd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ To use this action, simply include it as a step in your workflow file. No inputs
1010
steps:
1111
- name: Update publiccode.yaml
1212
uses: your-github-username/publiccode-update-action@v1
13+
env:
14+
GITHUB_REPOSITORY: ${{ github.repository }}
15+
REPO_DESCRIPTION: "This is a sample repository description"
16+
ORGANISATION: "OpenAI"
17+
TAGS: "ai, machine-learning"
18+
WEBSITE: "https://openai.com"
19+
LICENCE: "MIT"
1320
````
1421
Note: Replace your-github-username with your actual GitHub username, and publiccode-update-action with the name of the repository where this action is hosted.
1522

0 commit comments

Comments
 (0)