Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lezhumain committed May 26, 2024
1 parent f92ea07 commit 85bd164
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:
- name: Build webpack
id: build-webpack
#run: pwd && ls -alh src && ls -alh src/zenhub_reports && cd src/zenhub_reports/ && npx webpack && jq -r .pull_request.body <<< "$INPUT_GHEVENT"
run: jq . <<< "$ghevent" && echo "$repoIdJson" && echo "$repoId" && jq .repository.id <<< "$ghevent"
run: echo "$repoId"
env:
ghevent: ${{ toJSON(github.event) }}
repoIdJson: ${{ toJSON(github.event.repository.id) }}
repoId: ${{ github.event.repository.id }}

- name: Test Local Action
Expand Down

0 comments on commit 85bd164

Please sign in to comment.