We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6514b35 commit 5caab7aCopy full SHA for 5caab7a
.github/workflows/reusable-release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Link source Into Workspace 3
33
run: ls -al $HOME/bowler-workspace/gitcache/github.com/
34
- name: Link source Into Workspace 4
35
- run: ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
+ run: ls -al $HOME/bowler-workspace/gitcache/github.com/*/
36
37
- name: Install libraries
38
run: |
0 commit comments