We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026c379 commit e834397Copy full SHA for e834397
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/[email protected]
28
- name: 🚀 Run add-on information action
29
id: information
30
- uses: frenck/action-addon-information@v1.1
+ uses: frenck/action-addon-information@v1.2.2
31
32
lint-addon:
33
name: Lint Add-on
.github/workflows/deploy.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
- name: ℹ️ Gather version and environment
41
id: release
42
run: |
0 commit comments