Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhaque authored Jan 24, 2025
1 parent 5dc51d3 commit 9633aa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/dynamic-dry-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ inputs:
type: string

runs:
using: "composite"
steps:
- name: "Dry run dynamic ${{ inputs.benchmark_name }}-${{ inputs.benchmark_mode }} on ${{ inputs.system_name }} (${{ inputs.name_suffix }})"
shell: bash
run: |
timestamp=$(date +%s)
bn="${{ inputs.benchmark_name }}"
Expand Down

0 comments on commit 9633aa8

Please sign in to comment.