Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherZuo authored Jan 30, 2024
1 parent 970e7c4 commit d1317cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Set Timezone"
description: "Sets timezone in your locale"
author: "szenius"
author: "WitherZuo"
branding:
icon: "clock"
color: "yellow"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d1317cd

Please sign in to comment.