Split from_gatt and to_gatt into separate traits and implement for &'static str #925
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 |