Skip to content

Commit

Permalink
Fix description; reference Java instead of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Jan 12, 2024
1 parent 24c3ae5 commit 3cbccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_sdk_with_new_api_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"

- name: Install Go
- name: Install Java
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 3cbccea

Please sign in to comment.