Skip to content

Commit fd5c7fc

Browse files
authored
use commit hashes in the readme (#55)
* use commit hashes in the readme * version comment
1 parent a65ec27 commit fd5c7fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
...
4949

50-
- uses: scientific-python/issue-from-pytest-log-action@main
50+
- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
5151
if: |
5252
failure()
5353
&& ...
@@ -75,7 +75,7 @@ optional. Default: `⚠️ Nightly upstream-dev CI failed ⚠️`
7575
In case you don't like the default title for new issues, this setting can be used to set a different one:
7676

7777
```yaml
78-
- uses: scientific-python/issue-from-pytest-log-action@main
78+
- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
7979
with:
8080
log-path: pytest-log.jsonl
8181
issue-title: "Nightly CI failed"
@@ -90,7 +90,7 @@ optional. Default: `CI`
9090
The label to set on the new issue.
9191

9292
```yaml
93-
- uses: scientific-python/issue-from-pytest-log-action@main
93+
- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
9494
with:
9595
log-path: pytest-log.jsonl
9696
issue-label: "CI"
@@ -103,7 +103,7 @@ optional
103103
Any assignees to set on the new issue:
104104

105105
```yaml
106-
- uses: scientific-python/issue-from-pytest-log-action@main
106+
- uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
107107
with:
108108
log-path: pytest-log.jsonl
109109
assignees: ["user1", "user2"]

0 commit comments

Comments
 (0)