There was an error while loading. Please reload this page.
1 parent c92ec7e commit bede992Copy full SHA for bede992
1 file changed
.github/workflows/update_discourse_topic.yml
@@ -12,6 +12,10 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v4
14
15
+ - name: Install dependencies for Discourse Topic Update Action.
16
+ run: sudo apt update && sudo apt install -y jq gawk
17
+ shell: bash
18
+
19
- uses: gamemann/discourse-topic-update-action@v1.0.0
20
with:
21
discourse_api_key: ${{ secrets.DISCOURSE_API_KEY }}
0 commit comments