Skip to content

Commit d80d149

Browse files
committed
Update workflow
1 parent 91950a3 commit d80d149

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jobs:
88
demo:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Fetch Comment
12-
run: echo "comment=${{ github.event.comment.body }}" >> $GITHUB_ENV
13-
1411
- name: Echo Comment
1512
run: |
16-
echo "Comment: $comment"
17-
env:
18-
comment: ${{ env.comment }}
13+
echo "Comment: ${{ github.event.comment.body }}"

0 commit comments

Comments
 (0)