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 5976550 commit 2319689
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_officer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
label_marker_start: '>>'
label_marker_end: '<<'

- name: Set form data as environment variable
run: |
touch .env
echo FORM_DATA=${{ steps.parse.outputs.payload }} >> .env
- name: Setup Node
uses: actions/setup-node@v2
with:
Expand Down

1 comment on commit 2319689

@vercel
Copy link

@vercel vercel bot commented on 2319689 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.