Skip to content

Commit 7df4e6e

Browse files
committed
add test suffix to snake as well for pr creation
1 parent fe0afd8 commit 7df4e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: names
2727
run: |
2828
echo "repo_slug=${{ github.event.repository.name }}-test" >> "$GITHUB_OUTPUT"
29-
snake=$(echo "${{ github.event.repository.name }}" | tr '-' '_')
29+
snake=$(echo "${{ github.event.repository.name }}-test" | tr '-' '_')
3030
echo "repo_snake=$snake" >> "$GITHUB_OUTPUT"
3131
3232
- name: Create working branch

0 commit comments

Comments
 (0)