We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24ceb0 commit b842774Copy full SHA for b842774
.github/workflows/build.yml
@@ -14,9 +14,9 @@ jobs:
14
name: release
15
steps:
16
- name: Checkout damianperera/openwrt-rpi
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
18
- name: Checkout wulfy23/rpi4
19
20
with:
21
repository: wulfy23/rpi4
22
path: wulfy
@@ -66,7 +66,7 @@ jobs:
66
- name: Create release tag
67
id: create_tag
68
run: |
69
- echo "::set-output name=tag::$(date +%Y.%m.%d.%H%M%S)"
+ echo "tag=$(date +%Y.%m.%d.%H%M%S)" >> $GITHUB_OUTPUT
70
- name: Create release
71
id: create_release
72
uses: actions/create-release@v1
0 commit comments