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 2f11e37 commit 8fa44c9Copy full SHA for 8fa44c9
.github/workflows/library.yml
@@ -11,4 +11,4 @@ on:
11
jobs:
12
build:
13
name: Build and test library
14
- uses: zig-devel/.infra/.github/workflows/library.yml@main
+ uses: zig-devel/.github/.github/workflows/library.yml@main
.github/workflows/release.yml
@@ -7,6 +7,6 @@ on:
7
8
release:
9
name: Prepare GitHub release
10
- uses: zig-devel/.infra/.github/workflows/release.yml@main
+ uses: zig-devel/.github/.github/workflows/release.yml@main
permissions:
contents: write
0 commit comments