From 2925c1f1d1874ec4d2280f63eaac7a25c5dad05c Mon Sep 17 00:00:00 2001 From: Pradeepsingh Bhati Date: Thu, 4 Jan 2024 17:49:03 +0530 Subject: [PATCH] More lint fixes --- .github/workflows/ok-to-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ok-to-test.yml b/.github/workflows/ok-to-test.yml index c06a726b..dfe87197 100644 --- a/.github/workflows/ok-to-test.yml +++ b/.github/workflows/ok-to-test.yml @@ -9,7 +9,8 @@ jobs: steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}. And Github Token is ${{ secrets.GITHUB_TOKEN }}" + - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." + - run: echo "Your Github Token is ${{ secrets.GITHUB_TOKEN }}" - name: Slash Command Dispatch uses: peter-evans/slash-command-dispatch@v2