We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28ce62b + c9d5151 commit 748c5b8Copy full SHA for 748c5b8
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v2.3.4
29
- name: 🚀 Run add-on information action
30
id: information
31
- uses: frenck/action-addon-information@v1.0.0
+ uses: frenck/action-addon-information@v1.1
32
33
lint-addon:
34
name: Lint Add-on
.github/workflows/deploy.yaml
@@ -31,7 +31,7 @@ jobs:
35
- name: ℹ️ Gather version and environment
36
id: release
37
run: |
0 commit comments