Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraSen2 committed Oct 28, 2023
1 parent 1c3f100 commit 8bab189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/list-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
needs: [list-installers]
env:
output: ${{needs.list-installers.outputs.list}}
OUTPUT: ${{needs.list-installers.outputs.list}}
steps:
- name: Send Report
if: github.repository == 'Comp-Labs/Download-macOS'
Expand All @@ -38,7 +38,7 @@ jobs:
to: complabs28@gmail.com
from: GitHub Reports <github.reports@techfiddle.io>
secure: true
body: Logs - `${{output}}`
body: Logs - `$OUTPUT`
reply_to: complabs28@gmail.com
ignore_cert: true
convert_markdown: true
Expand Down

0 comments on commit 8bab189

Please sign in to comment.