Expand get and set methods to allow getting and setting all attributes #363
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: rodbot | |
on: | |
issue_comment: | |
types: [ "created" ] | |
jobs: | |
rodbot: | |
runs-on: ubuntu-22.04 | |
env: | |
GH_TOKEN: ${{ secrets.BOT_PAT }} | |
steps: | |
- run: | | |
echo $GITHUB_EVENT_PATH | |
cat $GITHUB_EVENT_PATH | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- uses: ctron/[email protected] | |
with: | |
config: .github/rodbot.yaml |