We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c9039 commit c253c94Copy full SHA for c253c94
.github/workflows/example.yml
@@ -17,6 +17,6 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Generate Doras Links
20
- uses: dorasto/github-links@v1.1.0
+ uses: dorasto/github-links@v1
21
with:
22
username: ${{ env.DORAS_USERNAME }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "doras-action",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"main": "src/index.ts",
5
"scripts": {
6
"build": "tsc",
0 commit comments