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 793bf95 commit cb14c4cCopy full SHA for cb14c4c
.github/workflows/admin_update_repo_settings.yml
@@ -17,9 +17,14 @@ jobs:
17
name: 'GitHub: Update Repo Settings'
18
runs-on: ubuntu-latest
19
steps:
20
+ - name: Checkout repository
21
+ uses: actions/checkout@v4
22
+ with:
23
+ ref: ${{ github.ref_name }}
24
+
25
- name: Update Repository Settings
26
run: |
- bash admin/update_repo_settings.sh \
27
+ bash ./admin/update_repo_settings.sh \
28
-e ${{ github.ref_name }}
29
30
echo "::notice::Release Published"
0 commit comments