Skip to content

Commit a705568

Browse files
author
silver
committed
updating FYE's name to OEP
1 parent 636a42d commit a705568

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
4949
with:
50-
tag_name: v1.1.0
51-
release_name: Release v1.1.0
50+
tag_name: v1.1.1
51+
release_name: Release v1.1.1
5252
body: |
53-
In this update, the program now accounts for Liquid Markup merge fields that are used to dynamically populate hrefs in emails.
53+
Just a small update to account for FYE's name change to OEP
5454
draft: false
5555
prerelease: false
5656
- name: Upload Release Asset
@@ -62,4 +62,4 @@ jobs:
6262
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
6363
asset_path: dist/utm-link-editor-windows-amd64.exe
6464
asset_name: utm-link-editor-windows-amd64.exe
65-
asset_content_type: application/zip
65+
asset_content_type: application/zip

link_editor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def main():
9797
utm_unit_label.pack()
9898

9999
# define list of business units
100-
units = ["adms", "fye", "schol"]
100+
units = ["adms", "oep", "schol"]
101101

102102
# converts the picklist value to a string I guess?
103103
# and sets the default unit on the picklist
@@ -127,4 +127,4 @@ def main():
127127
message_label = tk.Label(root, text="Choose a file, enter UTM parameters, then click 'Select HTML File' to save the modified HTML.")
128128
message_label.pack()
129129

130-
root.mainloop()
130+
root.mainloop()

0 commit comments

Comments
 (0)