We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b158b6 commit 866bd82Copy full SHA for 866bd82
1 file changed
.github/workflows/java-workflow.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v4
33
with:
34
repository: 'authorizenet/sample-code-java'
35
- ref: 'future-alternate'
+ ref: 'master'
36
path: ${{env.sample_code_java}}
37
- name: Setup Java 17 to build the SDK
38
uses: actions/setup-java@v2
0 commit comments