Commit c4380943 authored by sophia's avatar sophia
Browse files

Update common.sh

parent 78505004
Showing with 3 additions and 2 deletions
+3 -2
# last-modified: Thu Aug 6 16:45:05 UTC 2020
# last-modified: Thu Sep 3 20:54:51 UTC 2020
#!/usr/bin/env bash
# Path to file used for output redirect
......@@ -546,5 +546,6 @@ repository="${GITHUB_REPOSITORY}"
repo_owner="${repository%/*}"
repo_name="${repository#*/}"
asset_cache="${ASSETS_PRIVATE_SHORTTERM}/${repository}/${GITHUB_ACTION}"
job_id="${GITHUB_ACTION}-${GITHUB_RUN_ID}"
run_number="${GITHUB_RUN_NUMBER}"
run_id="${GITHUB_RUN_ID}"
job_id="${run_id}-${run_number}"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment