Skip to content

Commit 70395ac

Browse files
d-sahlbergpotiukassignUser
authored
docs(stash): Fix refs in README.md (#216)
* Update README.md Add the apache/ prefix in uses so GHA find the action in the apache organisation. Change the used ref to @main, since there is no @v1 branch. Signed-off-by: Daniel Sahlberg <76568858+dsahlberg-apache-org@users.noreply.github.com> * Switch to specific commit hash as suggested by potiuk Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Signed-off-by: Daniel Sahlberg <76568858+dsahlberg-apache-org@users.noreply.github.com> * use hash Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de> --------- Signed-off-by: Daniel Sahlberg <76568858+dsahlberg-apache-org@users.noreply.github.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de> Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Co-authored-by: Jacob Wujciak-Jens <jacob@wujciak.de>
1 parent e88c493 commit 70395ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stash/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ To restore a stash before your build process, use the `infrastructure-actions/st
4545
```yaml
4646
steps:
4747
- uses: actions/checkout@v2
48-
- uses: infrastructure-actions/stash/restore@v1
48+
- uses: apache/infrastructure-actions/stash/restore@e88c4936fdeeb13c0910747af0bd07d992a81f9b
49+
- ```
4950
with:
5051
key: 'cache-key'
5152
path: 'path/to/cache'
@@ -55,7 +56,7 @@ After your build completes, save the stash using the `infrastructure-actions/sta
5556

5657
```yaml
5758
steps:
58-
- uses: infrastructure-actions/stash/save@v1
59+
- uses: apache/infrastructure-actions/stash/save@e88c4936fdeeb13c0910747af0bd07d992a81f9b
5960
with:
6061
key: 'cache-key'
6162
path: 'path/to/cache'

0 commit comments

Comments
 (0)