Skip to content

Commit

Permalink
Update auto-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frede791 authored Dec 12, 2023
1 parent ebbda72 commit 0049751
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:
id: second_to_last_commit
run: echo "hash=$(git log --format="%H" -n 2 | tail -n 1)" >> $GITHUB_OUTPUT

- name: Display commit hashes
run: |
echo "Latest Commit: ${{ steps.latest_commit.outputs.hash }}"
echo "Second-to-last Commit: ${{ steps.second_to_last_commit.outputs.hash }}"
- name: Update Fuel Models
run: ./fuel_upload.sh ${{ steps.second_to_last_commit.outputs.hash }} ${{ steps.latest_commit.outputs.hash }} ${{ secrets.GAZEBO_FUEL_TOKEN }}

0 comments on commit 0049751

Please sign in to comment.