fix parser to accept variables with serialized custom types #13
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
#test | |
on: [push] | |
jobs: | |
ping-pong: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/[email protected] | |
with: | |
token: ${{ secrets.t }} | |
event-type: update | |
repository: PenguinMod/penguinmod.github.io | |
- name: Repository Dispatch2 | |
uses: peter-evans/[email protected] | |
with: | |
token: ${{ secrets.t }} | |
event-type: update | |
repository: PenguinMod/PenguinMod-Packager |