Skip to content

Commit

Permalink
Merge pull request #12 from robinbryce/steve/id-nits
Browse files Browse the repository at this point in the history
Revert publishing email workarounds
  • Loading branch information
SteveLasker authored Nov 22, 2024
2 parents 7383a37 + 782c6ef commit faa32ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
email:
description: "Submitter email"
default: "stevenlasker@hotmail.com"
default: ""
type: string

jobs:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: "Upload to Datatracker"
uses: martinthomson/i-d-template@v1
with:
make: upload "UPLOAD_EMAIL=stevenlasker@hotmail.com"
make: upload "UPLOAD_EMAIL=${{ inputs.email }}"

- name: "Archive Submitted Drafts"
uses: actions/upload-artifact@v3
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
LIBDIR := lib

export UPLOAD_EMAIL="stevenlasker@hotmail.com"

include $(LIBDIR)/main.mk

$(LIBDIR)/main.mk:
Expand Down

0 comments on commit faa32ec

Please sign in to comment.