WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a637382

Browse files
authored
update actions commit hashes and some cleanup
1 parent 9c1ef3d commit a637382

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This YAML is where we manage GitHub labels as code
1+
# This YAML is where we manage GitHub labels as code for the issue tracker.
22

33
## The basics
44
- name: bug
@@ -22,7 +22,7 @@
2222
description: "This doesn't seem right"
2323
color: e4e669
2424
- name: missing info
25-
from_name: question
25+
#from_name: question
2626
description: Further information is requested
2727
color: d876e3
2828
- name: wontfix

.github/workflows/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
23+
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
2424
- name: Download .env.ci from central repo
2525
run: wget -O .env.ci https://github.com/andreijiroh-dev/dotenvx-secretstore/raw/main/.env.ci
2626
- name: Load secrets via dotenvx
@@ -29,7 +29,7 @@ jobs:
2929
path: .env.ci
3030
key: ${{ secrets.DOTENV_META_SECRETS_KEY_CI }}
3131
id: dotenvx
32-
- uses: actions/create-github-app-token@93c1f04d6f14ea5b416e7a8dfd80446101c6adef
32+
- uses: actions/create-github-app-token@d7ee28121512479a18a428398f948ac5ce15fb4c
3333
id: app-token
3434
with:
3535
app-id: ${{ steps.dotenvx.outputs.GH_APP_ID }}

0 commit comments

Comments
 (0)