fix(web): properly display the UTC offset (#1646) #358
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Submit agama-web-ui | |
on: | |
# runs on pushes targeting the default branch | |
push: | |
branches: | |
- master | |
- release | |
paths: | |
# run only when a web frontend source is changed | |
- web/** | |
# allow running manually | |
workflow_dispatch: | |
jobs: | |
update_staging: | |
uses: ./.github/workflows/obs-staging-shared.yml | |
# pass all secrets | |
secrets: inherit | |
with: | |
install_packages: obs-service-node_modules | |
package_name: agama-web-ui | |
service_file: web/package/_service |