Skip to content

Commit

Permalink
Update debug-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan-Chharia authored Oct 6, 2024
1 parent b965d4a commit 4844cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Debug Workflow

on:
schedule:
- cron: '*/5 * * * *' # Run every 5 minutes
- cron: '*/5 * * * *' # Run every 5 minutes
workflow_dispatch: # Allow manual triggering

jobs:
Expand All @@ -12,5 +12,5 @@ jobs:
- name: Print debug information
run: |
echo "Workflow is running!"
echo "Current time: $(date)"
echo "Current time (UTC): $(date -u)"
echo "GitHub context: ${{ toJson(github) }}"

0 comments on commit 4844cb3

Please sign in to comment.