Skip to content

Commit

Permalink
Add "@ref" to the uses section of the Getting started example (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas authored Apr 25, 2023
1 parent 67baf87 commit 0ebaefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout
uses: actions/checkout@v3

- name: Install flox
uses: flox/install-flox-action
uses: flox/install-flox-action@v1

- name: Build
run: flox build
Expand Down

0 comments on commit 0ebaefa

Please sign in to comment.