We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c21511 commit ce5a2f6Copy full SHA for ce5a2f6
2 files changed
.github/workflows/add-labels.yml
@@ -7,11 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Check out source code
10
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
11
- name: Synchronize labels
12
uses: julb/action-manage-label@v1
13
with:
14
from: .github/config/labels.yml
15
skip_delete: true
16
env:
17
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
README.md
@@ -79,7 +79,7 @@ jobs:
79
creds: ${{ secrets.AZURE_CREDENTIALS }}
80
81
- name: Checkout
82
83
84
- name: Azure CLI script file
85
uses: azure/cli@v2
0 commit comments