Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty committed Jan 5, 2025
1 parent b270a25 commit d5008c4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
<!-- DORAS-LINKS-START -->
<!-- DORAS-LINKS-END -->

# Example usage

```yml
name: Update Doras Links

on:
schedule:
- cron: "0 0 * * *" # Updates daily

env:
DORAS_USERNAME: "your-username-here" # Set your username here for scheduled runs

jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Generate Doras Links
uses: dorasto/github-links@v1
with:
username: ${{ env.DORAS_USERNAME }}
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doras-action",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit d5008c4

Please sign in to comment.