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 fdc58f3 commit 20ceb22Copy full SHA for 20ceb22
.gitattributes
@@ -0,0 +1,2 @@
1
+text=auto
2
+*.sh text eol=lf
action.yml
@@ -25,7 +25,10 @@ runs:
25
- name: Get Unity Template
26
id: template
27
shell: bash
28
- run: ${{ github.action_path }}/get-unity-template.sh "${{ inputs.template-name }}"
+ env:
29
+ ACTION_PATH: ${{ github.action_path }}
30
+ TEMPLATE_NAME: ${{ inputs.template-name }}
31
+ run: '"${ACTION_PATH}/get-unity-template.sh" "${TEMPLATE_NAME}"'
32
- uses: RageAgainstThePixel/unity-action@v2
33
name: Create Unity Project
34
with:
0 commit comments