Skip to content

Commit ee40f74

Browse files
MartinNikovPetarKirov
authored andcommitted
config(.github/install-nix) Add new step
1 parent 0bf7520 commit ee40f74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/install-nix/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ inputs:
3232
runs:
3333
using: 'composite'
3434
steps:
35+
- name: Log GH API rate limits
36+
shell: bash
37+
run: gh api /rate_limit | jq
38+
3539
- name: Install Nix
3640
uses: cachix/install-nix-action@v31
3741
if: ${{ runner.environment == 'github-hosted' }}

0 commit comments

Comments
 (0)