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 b37d767 commit ea15b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Officer Form
name: Officer Update Request
description: Here is where you can update an acmCSUF officer's information.
title: '[OFFICER_AUTOMATION]'
labels: ['automation:officer']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_officer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Run Update Officer Script
id: update_officer
run: node scripts/update-officer.js "${{ fromJSON(steps.parse.outputs.payload) }}"
run: node scripts/update-officer.js "${{ toJSON(fromJSON(steps.parse.outputs.payload)) }}"

- name: Create Pull Request
id: pull_request
Expand Down

1 comment on commit ea15b7d

@vercel
Copy link

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