Skip to content

Commit 3fa4f9f

Browse files
committed
Minor workflow refactoring
1 parent ca7d9f4 commit 3fa4f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on: [push, pull_request]
22

33
jobs:
44
tests:
5-
uses: asherikov/sharf/.github/workflows/test.yaml@main
5+
uses: asherikov/sharf/.github/workflows/test.yaml@as_workspace2
66
with:
7-
sharf_ref: main
8-
package_url: ${{ github.server_url }}/${{ github.repository }}.git
7+
sharf_ref: as_workspace2
8+
package_github_name: ${{ github.repository }}
99
package_version: ${{ github.sha }}

0 commit comments

Comments
 (0)