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 2ef1096 commit 280d7e3Copy full SHA for 280d7e3
.github/workflows/cache.yaml
@@ -15,5 +15,5 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- uses: ./
18
- with:
19
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
README.md
@@ -16,8 +16,8 @@ jobs:
- uses: mokmok-dev/delete-actions-cache@main
20
21
```
22
23
action.yml
@@ -1,10 +1,5 @@
1
name: "Delete GitHub Actions cache"
2
description: "Delete GitHub Actions cache"
3
-inputs:
4
- github-token:
5
- description: GitHub token
6
- default: ${{ github.token }}
7
- required: false
8
runs:
9
using: "composite"
10
0 commit comments