8000 fix: ng-zorro-antd lack of date-fns · dawangLM/postcat@5ae4894 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: ng-zorro-antd lack of date-fns #43

fix: ng-zorro-antd lack of date-fns

fix: ng-zorro-antd lack of date-fns #43

Workflow file for this run

name: Merge main branch to build/windows
on:
push:
branches:
- 'main'
permissions:
contents: write
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Merge main -> build/windows
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: build/windows
github_token: ${{ github.token }}
0