Skip to content

Commit

Permalink
Debug event
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 7, 2023
1 parent cccbcb9 commit c694f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
DOCKER_FILE: deploy/${{ matrix.os }}.Dockerfile
VAR: ${{ matrix.elixir }}-erlang-${{ matrix.otp }}-${{ matrix.os }}-${{ matrix.build_os_ver }}
steps:
# - name: Dump event
# run: cat "$GITHUB_EVENT_PATH"
- name: Dump event
run: cat "$GITHUB_EVENT_PATH"

- name: Cancel previous runs in progress
uses: styfle/[email protected]
Expand All @@ -151,7 +151,7 @@ jobs:

- name: Debug environment
run: |
echo "environment: ${{ event.deployment.environment }}"
echo "environment: ${{ github.event.deployment.environment }}"
- name: Check out source
uses: actions/checkout@v4
Expand Down

0 comments on commit c694f10

Please sign in to comment.