Skip to content

Commit bede992

Browse files
committed
Install dependencies for Discourse topic update workflow.
1 parent c92ec7e commit bede992

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update_discourse_topic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
1414

15+
- name: Install dependencies for Discourse Topic Update Action.
16+
run: sudo apt update && sudo apt install -y jq gawk
17+
shell: bash
18+
1519
- uses: gamemann/discourse-topic-update-action@v1.0.0
1620
with:
1721
discourse_api_key: ${{ secrets.DISCOURSE_API_KEY }}

0 commit comments

Comments
 (0)