Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 312 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 312 Bytes

This GitHub Action will prevent you from deploying on Friday after 5pm.

Inputs

timezone

Required Your local timezone. Default "UTC".

Example usage

uses: gbougakov/no-deploy-friday@v1
with:
  timezone: 'Europe/Moscow'