From 8949344fdcb83389335ae7585238311db8e9b855 Mon Sep 17 00:00:00 2001 From: gnongsie Date: Thu, 19 Sep 2024 20:24:25 +0530 Subject: [PATCH] Changed sample code branch to master --- .github/workflows/php-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-workflow.yml b/.github/workflows/php-workflow.yml index 466817e0..5078ca5b 100644 --- a/.github/workflows/php-workflow.yml +++ b/.github/workflows/php-workflow.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'authorizenet/sample-code-php' - ref: 'future' # Remove this line before pushing to master branch + ref: 'master' path: ${{env.sample_code_php}} - name: Setup PHP