Skip to content

Commit

Permalink
Computing placeholder tag for arbitrary branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hatboyzero committed Jun 4, 2024
1 parent d060043 commit b6b4946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-daily-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
CURRENT_TIMESTAMP=$(date +'%Y%m%dT%H%M%SZ')
echo "current_timestamp: $CURRENT_TIMESTAMP"
echo "current_timestamp=$CURRENT_TIMESTAMP" >> $env:GIHUB_OUTPUT
echo "current_timestamp=$CURRENT_TIMESTAMP" >> $GIHUB_OUTPUT
daily_e2e_test:
uses: ./.github/workflows/e2e-testing.yml
Expand Down

0 comments on commit b6b4946

Please sign in to comment.