Skip to content

Commit 5270e56

Browse files
DEVOPS-39 added cehckout in workflow file
1 parent 8369599 commit 5270e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/list-repos-in-organization-based-on-name-and-add-to-github-teams.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
env:
3232
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
3333
steps:
34+
- name: Git checkout
35+
uses: actions/checkout@v4
3436
- name: set up python
3537
uses: actions/setup-python@v5
3638
with:

0 commit comments

Comments
 (0)