diff --git a/.github/workflows/conditional.yml b/.github/workflows/conditional.yml index 37bb86b..4bbae79 100644 --- a/.github/workflows/conditional.yml +++ b/.github/workflows/conditional.yml @@ -36,4 +36,4 @@ jobs: - name: Production-only Notification if: ${{ github.event.inputs.environment == 'production' }} - run: echo "📢 Notifying ops team: A production deployment just occurred." \ No newline at end of file + run: echo "Notifying ops team about production deployment..."