counsel-projectile/.forgejo/install-emacs/action.yml
Maciej Szlosarczyk 005ce6d828
All checks were successful
/ Test on 28.2 (push) Successful in 3m23s
/ Test on 29.1 (push) Successful in 3m31s
/ Test on snapshot (push) Successful in 6m34s
Disable cache, it doesn't work anyway
2024-08-15 21:42:35 +03:00

13 lines
409 B
YAML

name: 'Set up Emacs'
description: 'Install a specific Emacs version for use in your workflow.'
author: 'Steve Purcell'
inputs:
version:
description: 'The version of Emacs to install, e.g. "24.3", or "snapshot" for a recent development version.'
runs:
using: 'composite'
steps:
- run: ${{ github.action_path }}/install.sh
shell: bash
env:
INPUT_VERSION: ${{ inputs.version }}