From d1317cd1a39a8cf9a7a147c09fdf02febb34838c Mon Sep 17 00:00:00 2001 From: WitherZuo Date: Tue, 30 Jan 2024 17:11:16 +0800 Subject: [PATCH] update. --- README.md | 4 +++- action.yml | 2 +- package.json | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eae6dae..8caf462 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Forked from [szenius/set-timezone](https://github.com/szenius/set-timezone) + # Set Timezone Action ![Test Action](https://github.com/szenius/set-timezone/workflows/.github/workflows/action.yml/badge.svg) @@ -15,7 +17,7 @@ This action sets timezone in your runner's locale based on its OS. ## Example usage ```yaml -uses: szenius/set-timezone@v1.2 +uses: WitherZuo/set-timezone@v1 with: timezoneLinux: "Asia/Singapore" timezoneMacos: "Asia/Singapore" diff --git a/action.yml b/action.yml index 7e6c320..0af1867 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: "Set Timezone" description: "Sets timezone in your locale" -author: "szenius" +author: "WitherZuo" branding: icon: "clock" color: "yellow" diff --git a/package.json b/package.json index da0fef3..65eacdc 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/szenius/set-timezone.git" + "url": "git+https://github.com/WitherZuo/set-timezone.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/szenius/set-timezone/issues" + "url": "https://github.com/WitherZuo/set-timezone/issues" }, - "homepage": "https://github.com/szenius/set-timezone#readme", + "homepage": "https://github.com/WitherZuo/set-timezone#readme", "dependencies": { "@actions/core": "^1.2.5", "execa": "^4.0.3"