add the missing date field in s04e00 #107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Events Record | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
jobs: | |
Record: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/[email protected] | |
- name: orbit | |
uses: linuxsuren/orbit-assistant@master | |
env: | |
ORBIT_TOKEN: ${{ secrets.ORBIT_TOKEN }} |