Skip to content

Commit

Permalink
Update to setOutput
Browse files Browse the repository at this point in the history
command deprecation
  • Loading branch information
prathapkillis10005 authored Nov 29, 2024
1 parent b46116d commit d76cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mavros_mission_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: cmake -P {0}
run: |
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
message("::setOutput name=timestamp::${current_date}")
- name: ccache cache files
uses: actions/cache@v4
with:
Expand Down

0 comments on commit d76cd66

Please sign in to comment.