Skip to content

Commit

Permalink
Duplicated step
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 13, 2021
1 parent f4b022a commit 791d0e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.0 (2021/03/13)

* Duplicated step

## 1.1.0 (2020/10/18)

* Dump runner context
Expand Down
8 changes: 0 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ runs:
echo -e "\033[31;1;4mDump steps context\033[0m"
echo -e "$STEPS_CONTEXT\n"
shell: bash
-
name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: |
echo -e "\033[31;1;4mDump runner context\033[0m"
echo -e "$RUNNER_CONTEXT\n"
shell: bash
-
name: Dump strategy context
env:
Expand Down

0 comments on commit 791d0e5

Please sign in to comment.