Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jun 21, 2023
1 parent 61362b6 commit 5f887fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e-couchdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Debug
run: |
echo "Event action: ${{ github.event.action }}"
echo "Event actor: ${{ github.actor }}"
echo "Event label: ${{ github.event.label.name }}"
- name: Debug
run: |
echo "Event action: ${{ github.event.action }}"
echo "Event actor: ${{ github.actor }}"
echo "Event label: ${{ github.event.label.name }}"
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5f887fe

Please sign in to comment.