Skip to content

Commit

Permalink
Tests 2. (#60)
Browse files Browse the repository at this point in the history
* Tests 2.

* too many $
  • Loading branch information
larf311 authored May 15, 2024
1 parent 2604fe7 commit 5fcecb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run test-ring-1 on comment
name: test comment
on:
issue_comment:
types: [created, edited]
Expand All @@ -8,4 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- shell: bash
run: echo $${{ toJson(github) }}
run: echo ${{ toJson(github) }}

0 comments on commit 5fcecb9

Please sign in to comment.