File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535 id : fail
3636 uses : ./stash/restore
3737 with :
38- path : .github
38+ path : ./stash
3939 key : this-must-fail
4040
4141 - name : It did not fail
6565 - name : Test Save
6666 uses : ./stash/save
6767 with :
68- path : .github /
68+ path : stash /
6969 # Create a unique key to test intra workflow artifacts.
7070 key : test/stash-${{ matrix.os }}-${{ github.sha }}
7171 retention-days : ' 1'
7979 id : test
8080 uses : ./stash/save
8181 with :
82- path : .github /
82+ path : stash /
8383 # Create a unique key to test intra workflow artifacts.
8484 key : test/stash-${{ matrix.os }}-${{ github.sha }}
8585 retention-days : ' 1'
@@ -116,7 +116,7 @@ jobs:
116116 if : ${{ steps.stash.outputs.stash-hit == 'false' }}
117117 uses : ./stash/save
118118 with :
119- path : .github /
119+ path : stash /
120120 key : test-stash-cross-${{ matrix.os }}
121121 retention-days : ' 90'
122122
@@ -135,7 +135,7 @@ jobs:
135135 uses : ./stash/restore
136136 with :
137137 key : test/stash-${{ matrix.os }}-${{ github.sha }}
138- path : intra/.github /
138+ path : intra/stash /
139139
140140 - shell : bash
141141 run : ls -laR intra
@@ -144,7 +144,7 @@ jobs:
144144 uses : ./stash/restore
145145 with :
146146 key : test-stash-cross-${{ matrix.os }}
147- path : inter/.github /
147+ path : inter/stash /
148148
149149 - shell : bash
150150 run : ls -laR inter/
You can’t perform that action at this time.
0 commit comments