Skip to content

Commit 9d89225

Browse files
author
Anton
authored
Fix release branch (#103)
1 parent 3e09a0d commit 9d89225

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/int-test/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
#set -eou pipefail
33

44
export ATLAS_ORG_ID="${INPUT_ATLAS_ORG_ID}"

.github/actions/push-files/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
#set -eou pipefail
44

0 commit comments

Comments
 (0)