Skip to content

Commit 9955e32

Browse files
authored
Merge pull request #7 from cycloud-io/feat/transfer-repo
Transfer repository
2 parents 5422459 + d4cec22 commit 9955e32

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 cycloud-io
3+
Copyright (c) 2024 CyberAgent, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# cycloud-io/action-is-installed-xcode
1+
# CyberAgent/action-is-installed-xcode
22

3-
[![CI](https://github.com/cycloud-io/action-is-installed-xcode/actions/workflows/ci.yml/badge.svg)](https://github.com/cycloud-io/action-is-installed-xcode/actions/workflows/ci.yml)
3+
[![CI](https://github.com/CyberAgent/action-is-installed-xcode/actions/workflows/ci.yml/badge.svg)](https://github.com/CyberAgent/action-is-installed-xcode/actions/workflows/ci.yml)
44

5-
cycloud-io/action-is-installed-xcode checks to see if the same Xcode version as GitHub-hosted is installed.
5+
CyberAgent/action-is-installed-xcode checks to see if the same Xcode version as GitHub-hosted is installed.
66

77
## Usage
88

99
```yaml
10-
- uses: cycloud-io/action-is-installed-xcode@v0
10+
- uses: CyberAgent/action-is-installed-xcode@v0
1111
with:
1212
success-on-miss: false # Optional
1313
```
1414
15-
Please see [actions.yml](https://github.com/cycloud-io/action-is-installed-xcode/blob/main/action.yml) about input parameters.
15+
Please see [actions.yml](https://github.com/CyberAgent/action-is-installed-xcode/blob/main/action.yml) about input parameters.
1616
1717
## Motivation
1818
@@ -28,3 +28,7 @@ This action checks whether the self-hosted runner is in the same state as the Gi
2828
deno fmt
2929
deno task bundle
3030
```
31+
32+
## Acknowledgement
33+
34+
This repository generated from [Kesin11/deno-action-template](https://github.com/Kesin11/deno-action-template). Thank you for great work!

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'cycloud-io/action-is-installed-xcode'
1+
name: 'CyberAgent/action-is-installed-xcode'
22
description: 'Checks to see if the same Xcode version as GitHub-hosted is installed'
33
author: 'whywaita'
44

@@ -20,4 +20,4 @@ inputs:
2020

2121
runs:
2222
using: node20
23-
main: dist/main.js
23+
main: dist/main.js

0 commit comments

Comments
 (0)