diff --git a/action.yml b/action.yml index 3399939..d9fd474 100644 --- a/action.yml +++ b/action.yml @@ -23,11 +23,6 @@ runs: git clone https://github.com/arturo-lang/arturo.git shell: bash - - name: Get Date - id: get-date - run: echo "::set-output name=date::$(date "+%Y-%m-%d")" - shell: bash - - name: Debugging run: | echo ${{ runner.os }}