We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c01809 commit 417df82Copy full SHA for 417df82
tests/test_template_update.py
@@ -44,6 +44,7 @@ def test_actions_update(tmp_path):
44
test:
45
steps:
46
- uses: actions/upload-release-asset@64e5e85fc528f162d7ba7ce2d15a3bb67efb3d80 # v0.0.0
47
+ - uses: actions/upload-release-asset/subdir-action@64e5e85fc528f162d7ba7ce2d15a3bb67efb3d80 # v0.0.0
48
"""
49
).lstrip()
50
)
@@ -62,6 +63,7 @@ def test_actions_update(tmp_path):
62
63
64
65
- uses: actions/upload-release-asset@aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa # v9.9.9
66
+ - uses: actions/upload-release-asset/subdir-action@aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa # v9.9.9
67
68
69
0 commit comments