mirror of https://github.com/ArduPilot/ardupilot
.github: fix some variables naming
This commit is contained in:
parent
9ab5613bb0
commit
066410715b
|
@ -33,7 +33,7 @@ jobs:
|
|||
id: ccache_cache_timestamp
|
||||
run: |
|
||||
NOW=$(date -u +"%F-%T")
|
||||
echo "{timestamp}=${NOW}" >> $GITHUB_OUTPUT
|
||||
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
|
||||
- name: ccache cache files
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
id: ccache_cache_timestamp
|
||||
run: |
|
||||
NOW=$(date -u +"%F-%T")
|
||||
echo "{timestamp}=${NOW}" >> $GITHUB_OUTPUT
|
||||
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
|
||||
- name: ccache cache files
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
id: ccache_cache_timestamp
|
||||
run: |
|
||||
NOW=$(date -u +"%F-%T")
|
||||
echo "{timestamp}=${NOW}" >> $GITHUB_OUTPUT
|
||||
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
|
||||
- name: ccache cache files
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue