File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
id : build
50
50
uses : regolith-linux/actions/build-package@main
51
51
with :
52
- name : " i3status-rs "
52
+ name : " ${{ github.event.repository.name }} "
53
53
distro : " ${{ matrix.distro }}"
54
54
codename : " ${{ matrix.codename }}"
55
55
stage : " testing"
Original file line number Diff line number Diff line change 51
51
id : build
52
52
uses : regolith-linux/actions/build-package@main
53
53
with :
54
- name : " i3status-rs "
54
+ name : " ${{ github.event.repository.name }} "
55
55
distro : " ${{ matrix.distro }}"
56
56
codename : " ${{ matrix.codename }}"
57
57
stage : " unstable"
Original file line number Diff line number Diff line change 43
43
- name : Build Package
44
44
uses : regolith-linux/actions/build-package@main
45
45
with :
46
- name : " i3status-rs "
46
+ name : " ${{ github.event.repository.name }} "
47
47
distro : " ${{ matrix.distro }}"
48
48
codename : " ${{ matrix.codename }}"
49
49
stage : " unstable"
You can’t perform that action at this time.
0 commit comments