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 671b72d commit e93d174Copy full SHA for e93d174
.github/workflows/template-setup.yml
@@ -14,6 +14,9 @@ jobs:
14
- name: Check out the repo
15
uses: actions/checkout@v4
16
17
+ - name: Make rename script executable
18
+ run: chmod +x ./.github/scripts/rename.sh
19
+
20
- name: Update package.json
21
env:
22
GITHUB_REPOSITORY_DESCRIPTION: ${{ github.event.repository.description }}
0 commit comments