Skip to content

Commit

Permalink
set directly in qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Sep 6, 2023
1 parent c016723 commit 23deb18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance-release-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ permissions:

env:
## payload vars
BASELINE_GIT_COMMIT: ${{ github.event.inputs.baseline_git_commit || 5bf86ab4d9e9bc5bb7e1c6e65a55d9f1723597bf }}
CONTENDER_GIT_COMMIT: ${{ github.event.inputs.contender_git_commit || b7d2f7ffca66c868bd2fce5b3749c6caa002a7f0 }}
BASELINE_GIT_COMMIT: ${{ github.event.inputs.baseline_git_commit }}
CONTENDER_GIT_COMMIT: ${{ github.event.inputs.contender_git_commit }}
RC_LABEL: ${{ github.event.inputs.rc_label || 'manual' }}

jobs:
Expand Down
4 changes: 2 additions & 2 deletions performance-release-report/performance-release-report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ format:
Sys.unsetenv("CONBENCH_PASSWORD")
baseline_git_commit <- Sys.getenv("BASELINE_GIT_COMMIT")
contender_git_commit <- Sys.getenv("CONTENDER_GIT_COMMIT")
baseline_git_commit <- Sys.getenv("BASELINE_GIT_COMMIT", '5bf86ab4d9e9bc5bb7e1c6e65a55d9f1723597bf')
contender_git_commit <- Sys.getenv("CONTENDER_GIT_COMMIT", 'b7d2f7ffca66c868bd2fce5b3749c6caa002a7f0')
hardware_name <- c("ursa-i9-9960x", "ursa-thinkcentre-m75q")
library(dplyr)
Expand Down

0 comments on commit 23deb18

Please sign in to comment.