Skip to content

Commit

Permalink
[workflows] fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly committed Apr 8, 2024
1 parent 28a704d commit 9f03d08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
required: true
type: string

env: [upstream_heads]
env:
upstream_heads:

jobs:
build-tweak:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ on:
required: true
type: string

env: [DISCORD_VERSION, upstream_heads, DEB_FILE_NAME, ROOTLESS_DEB_FILE_NAME]
env:
DISCORD_VERSION:
upstream_heads:
DEB_FILE_NAME:
ROOTLESS_DEB_FILE_NAME:

jobs:
build-tweak:
Expand Down

0 comments on commit 9f03d08

Please sign in to comment.