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 3e90fdf commit 7831417Copy full SHA for 7831417
.github/workflows/main.yml
@@ -2,8 +2,10 @@ 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_workflow3
6
with:
7
- sharf_ref: main
+ distro: noble
8
+ workspace_github_repo: asherikov/sharf
9
+ workspace_version: as_workflow3
10
package_github_repo: ${{ github.repository }}
11
package_version: ${{ github.sha }}
0 commit comments