Skip to content

Commit

Permalink
ci: See if checkout configures Git
Browse files Browse the repository at this point in the history
  • Loading branch information
staticaland committed Nov 20, 2023
1 parent 65dfea2 commit 5574ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_ok_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH


- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1


- name: Install ok
env:
HOMEBREW_GITHUB_API_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 5574ce4

Please sign in to comment.