File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 cycloud-io
3+ Copyright (c) 2024 CyberAgent, Inc.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
2828deno fmt
2929deno 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!
Original file line number Diff line number Diff line change 1- name : ' cycloud-io /action-is-installed-xcode'
1+ name : ' CyberAgent /action-is-installed-xcode'
22description : ' Checks to see if the same Xcode version as GitHub-hosted is installed'
33author : ' whywaita'
44
@@ -20,4 +20,4 @@ inputs:
2020
2121runs :
2222 using : node20
23- main : dist/main.js
23+ main : dist/main.js
You can’t perform that action at this time.
0 commit comments