Skip to content

Commit

Permalink
fixup! Merge pull request #19 from tus/prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Oct 21, 2024
1 parent 3d644db commit d4cd7fd
Showing 1 changed file with 2 additions and 2 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: "[email protected]"
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=${{ inputs.email }}"
make: upload "UPLOAD_EMAIL=[email protected]"

- name: "Archive Submitted Drafts"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d4cd7fd

Please sign in to comment.