Skip to content

Commit ec34136

Browse files
committed
fix(dependabot): time should be of type string instead of int
1 parent e949d95 commit ec34136

3 files changed

Lines changed: 2 additions & 23 deletions

File tree

.github/dependabot.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/automatic-updates.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/changelog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: changelog
1+
name: Generate Changelog and Release
22

33
on:
44
push:
55
branches:
66
- main
77

88
jobs:
9-
changelog:
9+
deploy:
1010
uses: 99linesofcode/.github/.github/workflows/changelog.yaml@main

0 commit comments

Comments
 (0)