Skip to content

Commit

Permalink
mmmmmmmmmmmmmmm
Browse files Browse the repository at this point in the history
mmmmmmmmmmmm
  • Loading branch information
RLI-Rdeaton committed Dec 1, 2024
1 parent 9e715b9 commit 8a587fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockertest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
-
name: Access cloned repository content
run: |
if [[ ! -d ./${{ env.REPORTING_REPO }}/${{ github.event.repository.name }}/ ]]; then
if [[ ! -d ./${{ secrets.GH_REPO }}/${{ github.event.repository.name }}/ ]]; then
echo "Project directory does not exist. Creating."
mkdir -p ./${{ secrets.GH_REPO }}/${{ github.event.repository.name }}/
ls -latr ./${{ secrets.GH_REPO }}/
Expand Down

0 comments on commit 8a587fe

Please sign in to comment.