Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 committed Jan 5, 2024
1 parent 723961a commit 258dc33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified cleanup.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

CONTAINER_PREFIX=$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 8 | head -n 1)
CONTAINER_PREFIX=$$
echo "container_prefix=$CONTAINER_PREFIX" >> $GITHUB_OUTPUT
PHP_VERSION=$1
TESTS_PATH=$2
Expand Down

0 comments on commit 258dc33

Please sign in to comment.