Skip to content

Commit

Permalink
Chaining 7df8881
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Nov 9, 2021
1 parent 1853c61 commit 5976550
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update_officer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Run Update Officer Script
id: update_officer
- run: node scripts/update-officer.js
env:
FORM_DATA: ${{ steps.parse.outputs.payload }}
Expand All @@ -51,4 +49,4 @@ jobs:
issue_id: ${{ github.event.issue.number }}
message: Closed by \#${{ steps.pull_request.outputs.pull_request_id }}
state: closed
body: ${{ steps.officer.outputs.body }}
body: Closed by \#${{ steps.pull_request.outputs.pull_request_id }}

1 comment on commit 5976550

@vercel
Copy link

@vercel vercel bot commented on 5976550 Nov 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.