Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2d419cf

Browse files
committed
chore: update to @zizmorcore
Signed-off-by: William Woodruff <[email protected]>
1 parent d09ef11 commit 2d419cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "github-actions-models"
33
authors = ["William Woodruff <[email protected]>"]
44
description = "Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components"
5-
version = "0.28.1"
5+
version = "0.28.2"
66
edition = "2024"
77
license = "MIT"
8-
repository = "https://github.com/woodruffw/github-actions-models"
8+
repository = "https://github.com/zizmorcore/github-actions-models"
99
keywords = ["github", "ci"]
1010
categories = ["api-bindings"]
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github-actions-models
22
=====================
33

4-
[![CI](https://github.com/woodruffw/github-actions-models/actions/workflows/ci.yml/badge.svg)](https://github.com/woodruffw/github-actions-models/actions/workflows/ci.yml)
4+
[![CI](https://github.com/zizmorcore/github-actions-models/actions/workflows/ci.yml/badge.svg)](https://github.com/zizmorcore/github-actions-models/actions/workflows/ci.yml)
55
[![Crates.io](https://img.shields.io/crates/v/github-actions-models)](https://crates.io/crates/github-actions-models)
66

77
Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components.

tests/sample-workflows/issue-35.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/woodruffw/github-actions-models/issues/35
1+
# https://github.com/zizmorcore/github-actions-models/issues/35
22

33
name: Test Workflow
44
permissions: {}

tests/sample-workflows/scalar-trigger-type.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# repro case for https://github.com/woodruffw/github-actions-models/issues/12
1+
# repro case for https://github.com/zizmorcore/github-actions-models/issues/12
22
name: issue-12
33
on:
44
repository_dispatch:

0 commit comments

Comments
 (0)