Skip to content

Commit

Permalink
fix(examples): fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS authored and github-actions[bot] committed Nov 14, 2024
1 parent d7463b6 commit be9bf2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- '.github/workflows/example.yml'
- 'docker/**'
- 'tests/**'
- 'action.yml'
# Change detection in action golang code
changes:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
run: |
if [ ${{ runner.arch }} = "X64" ]; then
echo "arch=x86_64" >> "${GITHUB_OUTPUT}"
if [ ${{ runner.arch }} = "amd64" ]; then
elif [ ${{ runner.arch }} = "amd64" ]; then
echo "arch=x86_64" >> "${GITHUB_OUTPUT}"
elif [ ${{ runner.arch }} = "X86" ]; then
echo "arch=i386" >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit be9bf2d

Please sign in to comment.