Skip to content

Update section title for AppleID sign in #43

Update section title for AppleID sign in

Update section title for AppleID sign in #43

Workflow file for this run

name: Configurable runner
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ vars.RUNNER_LINUX || 'ubuntu-latest' }}
steps:
- name: Echo
run: echo "${{ vars.RUNNER_LINUX || 'ubuntu-latest' }}"