diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-23 23:43:31 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-23 23:43:31 +0900 |
commit | 1925aec521e14310a89d468972740195f92cf000 (patch) | |
tree | 7ab4cede97385d2d69e059e1af255bd941a34179 | |
parent | 33419110b80c13d432487b493c76475049645212 (diff) |
Remove unused "using" field in action.yml
-rw-r--r-- | action.yml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ name: "Publish org-roam to GitHub Pages" runs: - using: "node20" steps: - name: "Test" run: echo "Hello World!" |