Skip to content

Commit 8fa44c9

Browse files
committed
Moves reusable actions to .github
1 parent 2f11e37 commit 8fa44c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
build:
1313
name: Build and test library
14-
uses: zig-devel/.infra/.github/workflows/library.yml@main
14+
uses: zig-devel/.github/.github/workflows/library.yml@main

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77
jobs:
88
release:
99
name: Prepare GitHub release
10-
uses: zig-devel/.infra/.github/workflows/release.yml@main
10+
uses: zig-devel/.github/.github/workflows/release.yml@main
1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)