We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7d9f4 commit 3fa4f9fCopy full SHA for 3fa4f9f
.github/workflows/main.yml
@@ -2,8 +2,8 @@ on: [push, pull_request]
2
3
jobs:
4
tests:
5
- uses: asherikov/sharf/.github/workflows/test.yaml@main
+ uses: asherikov/sharf/.github/workflows/test.yaml@as_workspace2
6
with:
7
- sharf_ref: main
8
- package_url: ${{ github.server_url }}/${{ github.repository }}.git
+ sharf_ref: as_workspace2
+ package_github_name: ${{ github.repository }}
9
package_version: ${{ github.sha }}
0 commit comments