Skip to content

Can't use a fully qualified filename to load config #14

Can't use a fully qualified filename to load config

Can't use a fully qualified filename to load config #14

Workflow file for this run

name: Notify issues
on:
issues:
types: [opened]
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: Send Push Notification
uses: techulus/[email protected]
env:
API_KEY: ${{ secrets.PUSH_API_KEY }}
MESSAGE: "There is a new issue 😅"