Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
zsusswein committed Sep 3, 2024
1 parent 6db77b2 commit a67c231
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ name: Commands
jobs:
association:
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/association') }}
name: echo-association
name: association
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: echo-association
- name: association
run: |
echo ${{ github.event.comment.author_association }}
echo github.event.comment.author_association
echo "$github.event.comment.author_association"
document:
Expand Down

0 comments on commit a67c231

Please sign in to comment.