Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 2, 2023
1 parent fd519ce commit a412279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Setup DynamoDB Local
id: setupdb
uses: actions/checkout@v2
with:
dbPath: # undefined by default, if this is undefined inMemory will be used
Expand All @@ -118,12 +119,15 @@ jobs:
table: hydrocron_swot_reaches
key: |
{ key: "reach_id" }
- name: Print item
run: |
echo '${{ steps.config.outputs.item }}'
- name: Print specific field using built-in function
run: |
echo '${{ steps.config.outputs.item }}'
- name: Print specific field using jq
run: |
jq '.commit' <<< '${{ steps.config.outputs.item }}'
Expand Down

0 comments on commit a412279

Please sign in to comment.