Skip to content

Commit c3e9e6e

Browse files
committed
Dummy
1 parent 352aa95 commit c3e9e6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dot-org-content.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
1717
with:
1818
fetch-depth: 0
19+
- name: Dummy step
20+
run: |
21+
echo "hi" >> dummy.txt
1922
- name: Create PR
2023
uses: peter-evans/create-pull-request@v7
2124
with:

0 commit comments

Comments
 (0)