Skip to content

Commit

Permalink
Merge pull request #167 from keirthana/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in workflow
  • Loading branch information
keirthana authored Oct 8, 2024
2 parents 8c894e2 + 05f7f3e commit 68edcfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-api-specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
id: base_version
run: |
echo "value=$(cat .base_version)" >> "$GITHUB_OUTPUT"
- name: Setup Anbox Cloud
- name: Set up Anbox Cloud
uses: canonical/anbox-cloud-github-action@39490d442cc0921fe614f7044b9f3dc8bd89725c
with:
channel: ${{ steps.base_version.outputs.value }}/stable
- name: Determine appliance version
id: snap_version
run: |
echo "value=$(snap info anbox-cloud-appliance | awk '/installed/{print $2}')" >> "$GITHUB_OUTPUT"
- name: Extra API spec from AMS
- name: Extract API spec from AMS
run: |
sudo apt update
sudo apt install -y jq yq
Expand Down

0 comments on commit 68edcfa

Please sign in to comment.