Skip to content

Commit cb14c4c

Browse files
committed
fix(ci): checkout cicd repo
1 parent 793bf95 commit cb14c4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/admin_update_repo_settings.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ jobs:
1717
name: 'GitHub: Update Repo Settings'
1818
runs-on: ubuntu-latest
1919
steps:
20+
- name: Checkout repository
21+
uses: actions/checkout@v4
22+
with:
23+
ref: ${{ github.ref_name }}
24+
2025
- name: Update Repository Settings
2126
run: |
22-
bash admin/update_repo_settings.sh \
27+
bash ./admin/update_repo_settings.sh \
2328
-e ${{ github.ref_name }}
2429
2530
echo "::notice::Release Published"

0 commit comments

Comments
 (0)