Skip to content

Commit

Permalink
fix bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
xucian committed Nov 10, 2021
1 parent 6e0cdc9 commit 1cd7b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
b_no_slashes=$(echo "$repo" | sed "s/\//-/g")
b_no_dots=$(echo "$b_no_slashes" | sed "s/\./-/g")
b_lowercase=$(echo "$b_no_dots" | (tr '[:upper:]' '[:lower:]'))
b=gh_runs_"$b_lowercase"
b=gh-runs_"$b_lowercase"
echo "Using $b as implicit bucket name"
fi
echo "::set-output name=value::$b"
Expand Down

0 comments on commit 1cd7b34

Please sign in to comment.