Skip to content

Commit 8825d63

Browse files
committed
fix
1 parent ba75847 commit 8825d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-dummy-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

17-
- name: Add a newline to the end of README.md
18-
run: echo -e "\n" >> README.md
17+
- name: Remove this workflow file now that it has done its job
18+
run: git rm .github/workflows/create-dummy-pr.yml
1919

2020
- name: Use CLA approved bot
2121
run: .github/scripts/use-cla-approved-bot.sh

0 commit comments

Comments
 (0)