Skip to content

Commit

Permalink
chore: remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarnevarezleal committed Nov 15, 2021
1 parent 4baa4b1 commit 7114fb7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/gh-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: View issue information
run: |
echo "Issue title: ${{ github.event.issue.title }}"
echo "Issue body: ${{ github.event.issue.body }}"
- name: View the github context
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
Expand Down

0 comments on commit 7114fb7

Please sign in to comment.