Skip to content

updated

updated #3

Workflow file for this run

name: Backstage Daily JIRA Status
on:
push:
paths:
- 'backstage/**'
# Trigger on a cron schedule (every weekday at 4:00 PM IST)
schedule:
- cron: '30 10 * * 1-5' # Adjusted for 4:00 PM IST in UTC
workflow_dispatch: # Allow manual triggering of the workflow
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Bash Script
run: bash backstage/team-backstage.sh ${{ secrets.PERSONAL_SLACK_HOOK }}