Skip to content

Commit

Permalink
GitHub Actions Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mepunit committed Aug 18, 2021
1 parent e633354 commit 3db4ef9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: run build
if: github.event_name == 'repository_dispatch'
run: |
echo "id is $ID"
echo "integration is ${{ github.event.client_payload.integration }}"
echo "client_payload is ${{ github.event.client_payload }}"
show-id:
runs-on: ubuntu-latest
needs: [build]
Expand Down

0 comments on commit 3db4ef9

Please sign in to comment.