Skip to content

Commit e97dbbf

Browse files
committed
workflows
1 parent f0898bd commit e97dbbf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
name: License
1+
name: Merge
22
on:
33
schedule:
4-
- cron: '0 19 1 1 *'
4+
- cron: '0 19 * * *'
55
workflow_dispatch:
66
jobs:
7-
license:
7+
merge:
88
env:
99
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: rekgrpth/git-clone-shell-action@v1
13-
- uses: rekgrpth/update-license-year-shell-action@v1
13+
- env:
14+
INPUTS_REPOSITORY: FRiCKLE/ngx_postgres
15+
uses: rekgrpth/git-fetch-upstream-merge-push-shell-action@v1

0 commit comments

Comments
 (0)