Skip to content

Commit

Permalink
add debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Dec 1, 2020
1 parent 77db138 commit 21ef7a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cron.yml
@@ -1,5 +1,6 @@
name: "Hourly Build & Deploy to Netlify"
on:
pull_request:
schedule:
- cron: '0 * * * *'
jobs:
Expand Down Expand Up @@ -31,6 +32,9 @@ jobs:
PATH="$HOME/.nix-profile/bin:$PATH"
echo "PATH=${PATH}" >> $GITHUB_ENV
- name: DEBUG
uses: mxschmitt/action-tmate@v3

- uses: cachix/cachix-action@v8
with:
name: nixos-homepage
Expand Down

0 comments on commit 21ef7a3

Please sign in to comment.