Skip to content

Commit

Permalink
Remove ENV for get-workflow-artifacts script
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Dec 6, 2023
1 parent d66dc3c commit 902703a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- name: Get workflow artifacts
uses: actions/github-script@v7
id: get-workflow-artifacts
env:
WORKFLOW_RUN: ${{ toJSON(github.event.workflow_run) }}
with:
script: |
const script = require('./scripts/get-workflow-artifacts.cjs')
Expand Down
1 change: 0 additions & 1 deletion scripts/get-workflow-artifacts.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable no-console */

const fs = require('node:fs/promises')
const { COLORS, TEMPLATE_VARS, BADGE } = require('./constants.cjs')

Expand Down

0 comments on commit 902703a

Please sign in to comment.