Add missing id

This will always fail until the cache step can refer to setup step
This commit is contained in:
Billie Thompson 2020-08-10 20:45:00 +02:00
parent d5dfe4d6a1
commit b5c98090d0
No known key found for this signature in database
GPG Key ID: 1235239D92D1EF9D

View File

@ -59,6 +59,7 @@ module Homebrew
os: [ubuntu-latest, macOS-latest] os: [ubuntu-latest, macOS-latest]
steps: steps:
- name: Set up Homebrew - name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master uses: Homebrew/actions/setup-homebrew@master
- name: Cache Homebrew Bundler RubyGems - name: Cache Homebrew Bundler RubyGems