From f7da713f6a93e6fc8245c6f219de897cc603bae3 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Mon, 13 May 2024 16:30:30 -0400 Subject: [PATCH] fgd --- .github/workflows/test.yml | 2 +- modules/test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36a3061..5a7e95b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: docker: needs: changes runs-on: ubuntu-latest - if: ${{ needs.changes.outputs.changed == 'true' }} + if: needs.changes.outputs.changed == 'true' steps: - name: Discord Failure Notification diff --git a/modules/test.py b/modules/test.py index bd92354..81ec45e 100644 --- a/modules/test.py +++ b/modules/test.py @@ -1 +1 @@ -print("test6") \ No newline at end of file +print("test6l") \ No newline at end of file