Skip to content

Commit

Permalink
pseudocode
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Apr 16, 2024
1 parent eb2a54e commit c10217f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
fetch-depth: 0


- name: List changed files
id: list_files
run: |
Expand All @@ -30,3 +29,11 @@ jobs:
cat changed_files.txt
- name: Pseudocode for Next steps
id: next_steps
run: |
echo Download tgz
echo Extract
echo Re-upload tgz
echo Build payload for API
echo PUT to API (gql)

0 comments on commit c10217f

Please sign in to comment.