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