Skip to content

Commit

Permalink
Ci badge (#36)
Browse files Browse the repository at this point in the history
* Update obsolete output cmd

Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>

* Update CI badge

Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>

* Fix typo for github output var

Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>

---------

Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
  • Loading branch information
AlexNDRmac committed Oct 6, 2023
1 parent 96891c2 commit a020aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Set current date as env variable
id: tagname
run: echo "::set-output name=timestamp::$(date +'%s')"
run: echo "timestamp=$(date +'%s')" >> $GITHUB_OUTPUT

- uses: actions/checkout@v4
- name: Install devbox
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# elmodoro [![Build Status](https://travis-ci.org/mstruebing/elmodoro.svg?branch=master)](https://travis-ci.org/mstruebing/elmodoro)
# elmodoro [![CI](https://github.com/mstruebing/elmodoro/actions/workflows/ci.yaml/badge.svg)](https://github.com/mstruebing/elmodoro/actions/workflows/ci.yaml)

A pomodoro application written in elm
You can find the code in action on [pomodoro.maex.me](http://pomodoro.maex.me)
Expand Down

0 comments on commit a020aba

Please sign in to comment.