We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c74e2 commit 2b63834Copy full SHA for 2b63834
action.yml
@@ -12,7 +12,8 @@ runs:
12
steps:
13
- uses: ynab/[email protected]
14
id: system-info
15
- - name: Check system compatibility
+ - name: Check system compatibility
16
+ shell: bash
17
run: |
18
if [[ "${{ steps.system-info.outputs.platform }}" == "darwin" && "${{ steps.system-info.outputs.cpu-model }}" == *"M1"* ]]; then
19
echo "Platform: macOS with Apple Silicon"
0 commit comments