Skip to content
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed sample code branch to master
  • Loading branch information
gnongsie committed Sep 19, 2024
commit 866bd826445f1de45ec41eb8a04e4cfb602701fc
2 changes: 1 addition & 1 deletion .github/workflows/java-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'authorizenet/sample-code-java'
ref: 'future-alternate'
ref: 'master'
path: ${{env.sample_code_java}}
- name: Setup Java 17 to build the SDK
uses: actions/setup-java@v2
Expand Down