Skip to content

Commit a5ef232

Browse files
committed
wip
1 parent 788c151 commit a5ef232

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dependabot-changeset.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ jobs:
3434
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
3535
3636
- name: Generate changeset
37-
run: node .github/scripts/generate-dependabot-changeset.ts
37+
run: |
38+
touch a.txt
39+
git add a.txt
40+
git commit -m "chore: add a.txt"
41+
git push

0 commit comments

Comments
 (0)