Skip to content

Commit

Permalink
testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Aug 21, 2024
1 parent 970654b commit 6c1fc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_config/version_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ done
# Join the array elements into a string with a comma as delimiter
ARTIFACTS_TO_BE_RELEASED_STR=$(IFS=","; echo "${artifacts_to_be_released[*]}")
# Use GitHub Actions command to set an environment variable
echo "ARTIFACTS_TO_BE_RELEASED=$artifacts" >> "$GITHUB_ENV"
echo "ARTIFACTS_TO_BE_RELEASED=test" >> "$GITHUB_ENV"

0 comments on commit 6c1fc31

Please sign in to comment.