We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788c151 commit a5ef232Copy full SHA for a5ef232
1 file changed
.github/workflows/dependabot-changeset.yml
@@ -34,4 +34,8 @@ jobs:
34
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
35
36
- name: Generate changeset
37
- run: node .github/scripts/generate-dependabot-changeset.ts
+ run: |
38
+ touch a.txt
39
+ git add a.txt
40
+ git commit -m "chore: add a.txt"
41
+ git push
0 commit comments