Skip to content

Commit

Permalink
move env
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-dunn-sublime committed Dec 27, 2023
1 parent 660f560 commit 912b017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rule-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ jobs:
- name: "Find Existing MQL Mimic Test Results"
uses: actions/github-script@v6
id: find_mql_mimic_results
env:
sha: '${{ steps.get_head.outputs.HEAD }}'
with:
debug: ${{ secrets.ACTIONS_STEP_DEBUG || false }}
env:
sha: '${{ steps.get_head.outputs.HEAD }}'
script: |
const result = await client.rest.checks.listForRef({
check_name: "MQL Mimic Tests",
Expand Down

0 comments on commit 912b017

Please sign in to comment.