We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba75847 commit 8825d63Copy full SHA for 8825d63
.github/workflows/create-dummy-pr.yml
@@ -14,8 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
17
- - name: Add a newline to the end of README.md
18
- run: echo -e "\n" >> README.md
+ - name: Remove this workflow file now that it has done its job
+ run: git rm .github/workflows/create-dummy-pr.yml
19
20
- name: Use CLA approved bot
21
run: .github/scripts/use-cla-approved-bot.sh
0 commit comments