Skip to content

Commit

Permalink
Treat the notion-repackaged config as a script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Aug 28, 2021
1 parent 4a7c78a commit ff8065d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notion-repackaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
paths:
- 'notion-repackaged.env'
- 'notion-repackaged.sh'
- '.github/workflows/notion-repackaged.yml'

workflow_dispatch:
Expand All @@ -22,7 +22,7 @@ jobs:
- id: preload-variables
name: Load variables and set them as outputs
run: |
source notion-repackaged.env
source notion-repackaged.sh
echo "::set-output name=notion_version::$NOTION_VERSION"
echo "::set-output name=notion_repackaged_revision::$NOTION_REPACKAGED_REVISION"
Expand Down
4 changes: 0 additions & 4 deletions notion-repackaged.env

This file was deleted.

10 changes: 10 additions & 0 deletions notion-repackaged.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# This file should only contain variables neccessary for notion-repackaged builds
# To bring these variables to your shell, run "source notion-repackaged.sh"
#

export NOTION_VERSION=2.0.16
export NOTION_REPACKAGED_REVISION=2
export NOTION_DOWNLOAD_HASH=9f72284086cda3977f7f569dff3974d5
export NOTION_ENHANCER_COMMIT=b248ffa3bac393f267a4600d4e951aba8565f31e

0 comments on commit ff8065d

Please sign in to comment.