Skip to content

Commit

Permalink
fix: course-work-deploy.yml timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov authored Jul 31, 2023
1 parent b6424bf commit 3854702
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/course-work-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ jobs:
course-work-deploy:
runs-on: ubuntu-latest
steps:
- name: Set timezone
uses: szenius/set-timezone@v1.2
with:
timezoneLinux: "Europe/Moscow"
- name: Get current time
uses: josStorer/get-current-time@v2
id: current-time
with:
format: YYYYMMDD-HH
utcOffset: "+03:00"
timezone: "Europe/Moscow"
- name: Checkout code
uses: actions/checkout@v2
- name: Upload to gdrive
Expand Down

0 comments on commit 3854702

Please sign in to comment.