Skip to content

Commit

Permalink
Adding checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmattox committed Feb 19, 2024
1 parent 7ca8576 commit 32e9a8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} # Set the OpenAI API key as an environment variable
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 32e9a8a

Please sign in to comment.