Skip to content

Commit 0efe9ce

Browse files
committed
config(.github/install-nix) Add new step
1 parent 0bf7520 commit 0efe9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/install-nix/action.yml

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

0 commit comments

Comments
 (0)