From bbde9c1d6a12e1840f63cc9b107ec33799470e7b Mon Sep 17 00:00:00 2001 From: unknowvwake Date: Tue, 12 Nov 2024 17:26:15 +0530 Subject: [PATCH] Update other_workflow.yml --- .github/workflows/other_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/other_workflow.yml b/.github/workflows/other_workflow.yml index 01bca11..1820e9d 100644 --- a/.github/workflows/other_workflow.yml +++ b/.github/workflows/other_workflow.yml @@ -7,7 +7,7 @@ jobs: create-artifact: runs-on: ubuntu-latest steps: - - run: echo "vivek" >> artifact.txt + - run: echo "shyam baba" >> artifact.txt - uses: actions/upload-artifact@v3 with: name: artifact