Skip to content

Commit 00f8676

Browse files
committed
fix github action step name
1 parent 06634e2 commit 00f8676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-individual-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
path: community
16-
- name: Generate github org configuration
16+
- name: Remove individual access to repos
1717
env:
1818
GH_TOKEN: ${{ secrets.GH_TOKEN }}
1919
run: |

0 commit comments

Comments
 (0)