Skip to content

Commit

Permalink
bug: fix path to validator list
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Oct 13, 2023
1 parent 69735ed commit 9d1457e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-validator-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate GitHub User

on:
pull_request:
types: [opened]
# types: [opened]

jobs:
validate_user:
Expand All @@ -15,7 +15,7 @@ jobs:
run: echo "author=$(jq -r '.pull_request.user.login' $GITHUB_EVENT_PATH)" >> $GITHUB_OUTPUT
- name: Get validator list
id: get_validator_list
run: echo "validator_list=$(cat validator_list.txt)" >> $GITHUB_OUTPUT
run: echo "validator_list=$(cat .github/workflows/validator_list.txt)" >> $GITHUB_OUTPUT
- name: Log Validator list
run: echo ${{ steps.get_validator_list.outputs.validator_list }}
- name: Check if user is valid
Expand Down

0 comments on commit 9d1457e

Please sign in to comment.