Skip to content

Commit

Permalink
Reformat action files
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 26, 2024
1 parent 685e192 commit d05519f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: ./ # Uses an action in the root directory
id: hello
with:
who-to-greet: 'Mona the Octocat'
who-to-greet: "Mona the Octocat"

# Use the output from the `hello` step
- name: Get the output time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: ./ # Uses an action in the root directory
id: hello
with:
who-to-greet: 'Mona the PR hacker'
who-to-greet: "Mona the PR hacker"

0 comments on commit d05519f

Please sign in to comment.